<?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: How to change the color of GenericHeader in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64425#M3371</link>
    <description>&lt;P&gt;Changing CSS for GenericHeader is one way. Meanwile I found an other solution:&lt;BR /&gt;
Use StaticContentSample instead of GenericHeader and insert http code.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2012 07:40:11 GMT</pubDate>
    <dc:creator>klindh</dc:creator>
    <dc:date>2012-06-01T07:40:11Z</dc:date>
    <item>
      <title>How to change the color of GenericHeader</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64423#M3369</link>
      <description>&lt;P&gt;Is it possible to change the Color for a GenericHeader?&lt;/P&gt;

&lt;P&gt;It tried this and it doesn't work:&lt;/P&gt;

&lt;P&gt;module name="GenericHeader" color="#FF0000"&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 10:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64423#M3369</guid>
      <dc:creator>klindh</dc:creator>
      <dc:date>2012-05-31T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of GenericHeader</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64424#M3370</link>
      <description>&lt;P&gt;In &lt;CODE&gt;$SPLUNK_HOME/etc/apps/your_app/appserver/static/application.css&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.GenericHeader {
    color: #FF0000;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you had to create application.css, you will need to restart Splunk.  Otherwise, go to &lt;A href="http://your_server:your_port/_bump"&gt;http://your_server:your_port/_bump&lt;/A&gt; and click the button to bust your browser cache.&lt;/P&gt;

&lt;P&gt;Keep in mind that this will be effective for your entire app.  If you just want to do this for one view (e.g. the 'home' view):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-home .GenericHeader {
    color: #FF0000;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 May 2012 15:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64424#M3370</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-05-31T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of GenericHeader</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64425#M3371</link>
      <description>&lt;P&gt;Changing CSS for GenericHeader is one way. Meanwile I found an other solution:&lt;BR /&gt;
Use StaticContentSample instead of GenericHeader and insert http code.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2012 07:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-color-of-GenericHeader/m-p/64425#M3371</guid>
      <dc:creator>klindh</dc:creator>
      <dc:date>2012-06-01T07:40:11Z</dc:date>
    </item>
  </channel>
</rss>

