<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Increase font size of Main Menu in Splunk web in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43096#M2095</link>
    <description>&lt;P&gt;If you want this for the &lt;STRONG&gt;search app&lt;/STRONG&gt;, do the following:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;cd $SPLUNK_HOME/etc/apps/search/appserver/static&lt;/LI&gt;
&lt;LI&gt;edit application.css&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Paste this into the bottom of the file (&lt;STRONG&gt;application.css&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/* AppBar */
ul.appBarNav li a:hover,
ul.appBarNav li a.menuOpen {
    background: url(/static/img/skins/default/overlay_white_28.png) repeat-x 0 0;
    _background: url(/static/img/skins/default/backgrounds_ie.gif) repeat-x 0 -727px;
}
ul.appBarNav li a {
    font-size: 18px;
    font-weight: bold;
}
.AppBar .splMenu-primary ul li.splUserCreated {
    background-image: url(/static/img/skins/default/splIcons.gif);
    background-repeat: no-repeat;
    background-position: -3px -536px;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;font-size&lt;/STRONG&gt;: 18px is the magic style you want to change.  11px is the default, I believe.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
ron&lt;/P&gt;</description>
    <pubDate>Sat, 12 Feb 2011 07:06:06 GMT</pubDate>
    <dc:creator>Ron_Naken</dc:creator>
    <dc:date>2011-02-12T07:06:06Z</dc:date>
    <item>
      <title>Increase font size of Main Menu in Splunk web</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43095#M2094</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;I am trying to increase the font size of the main navigation menu text in my splunk web instance.&lt;/P&gt;

&lt;P&gt;I have tried to do it via application.css as followed:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;.AppBar {
    font-size: 22px;
}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;also tried:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;.AppBar a {
    font-size: 22px;
}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Neither work. Is it possible to increase the size of the Main Menu text?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2011 01:45:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43095#M2094</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-02-12T01:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of Main Menu in Splunk web</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43096#M2095</link>
      <description>&lt;P&gt;If you want this for the &lt;STRONG&gt;search app&lt;/STRONG&gt;, do the following:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;cd $SPLUNK_HOME/etc/apps/search/appserver/static&lt;/LI&gt;
&lt;LI&gt;edit application.css&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Paste this into the bottom of the file (&lt;STRONG&gt;application.css&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/* AppBar */
ul.appBarNav li a:hover,
ul.appBarNav li a.menuOpen {
    background: url(/static/img/skins/default/overlay_white_28.png) repeat-x 0 0;
    _background: url(/static/img/skins/default/backgrounds_ie.gif) repeat-x 0 -727px;
}
ul.appBarNav li a {
    font-size: 18px;
    font-weight: bold;
}
.AppBar .splMenu-primary ul li.splUserCreated {
    background-image: url(/static/img/skins/default/splIcons.gif);
    background-repeat: no-repeat;
    background-position: -3px -536px;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;font-size&lt;/STRONG&gt;: 18px is the magic style you want to change.  11px is the default, I believe.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
ron&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2011 07:06:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43096#M2095</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2011-02-12T07:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of Main Menu in Splunk web</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43097#M2096</link>
      <description>&lt;P&gt;Spot on. Thanks Ron&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2011 22:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-font-size-of-Main-Menu-in-Splunk-web/m-p/43097#M2096</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-02-14T22:19:51Z</dc:date>
    </item>
  </channel>
</rss>

