<?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 can I change background color in Splunk XML Dashboard table in a panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643560#M52553</link>
    <description>Thank You Trang it has worked for me.</description>
    <pubDate>Wed, 17 May 2023 06:28:31 GMT</pubDate>
    <dc:creator>Renunaren</dc:creator>
    <dc:date>2023-05-17T06:28:31Z</dc:date>
    <item>
      <title>How can I change background color in Splunk XML Dashboard table in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/642091#M52448</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;I am facing an issue in splunk XML Dashboard in a panel table. Below is the snippet of our panel table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Renunaren_0-1683087026552.png" style="width: 491px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25194i80290224C89C64A9/image-dimensions/491x356?v=v2" width="491" height="356" role="button" title="Renunaren_0-1683087026552.png" alt="Renunaren_0-1683087026552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to change the background color of each column of the table to white but we are unable to do it. Even we tried to use the formatting option by selecting the paint icon. But we are unable to change the background color. We request you to kindly suggest us the needful in order to change the background color&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 04:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/642091#M52448</guid>
      <dc:creator>Renunaren</dc:creator>
      <dc:date>2023-05-03T04:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change background color in Splunk XML Dashboard table in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643355#M52540</link>
      <description>&lt;P&gt;Let me know what is your current code like so I can write the exact one but you can try something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;style&amp;gt;
  .table td:nth-child(1),
  .table th:nth-child(1) {
    background-color: white !important;
  }
  .table td:nth-child(2),
  .table th:nth-child(2) {
    background-color: white !important;
  }
  .table td:nth-child(3),
  .table th:nth-child(3) {
    background-color: white !important;
  }
&amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can add this code right after the &lt;/SPAN&gt;&amp;lt;style&amp;gt;&lt;SPAN&gt; tags in your code. Make sure to replace the &lt;/SPAN&gt;nth-child()&lt;SPAN&gt; value with the column number you want to target. In the above example, the code is targeting the first 3 columns.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643355#M52540</guid>
      <dc:creator>TrangCIC81</dc:creator>
      <dc:date>2023-05-15T09:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change background color in Splunk XML Dashboard table in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643560#M52553</link>
      <description>Thank You Trang it has worked for me.</description>
      <pubDate>Wed, 17 May 2023 06:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643560#M52553</guid>
      <dc:creator>Renunaren</dc:creator>
      <dc:date>2023-05-17T06:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change background color in Splunk XML Dashboard table in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643580#M52560</link>
      <description>&lt;P&gt;Good to hear it works!!&lt;/P&gt;&lt;P&gt;Please mark my answer as the solution so someone can refer it in the future.&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 08:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-background-color-in-Splunk-XML-Dashboard-table/m-p/643580#M52560</guid>
      <dc:creator>TrangCIC81</dc:creator>
      <dc:date>2023-05-17T08:04:43Z</dc:date>
    </item>
  </channel>
</rss>

