Dashboards & Visualizations

Dashboard Panel Titles - Make Them Bigger?

aferone
Builder

I'd like to be able to change the size and colors of all of the panel titles in a dashboard.

I am assuming I can control this through a CSS file for particular views, but how exactly?

Thank you!

Tags (2)
0 Karma

rjthibod
Champion

Or you can go with an even simpler option that let's you adjust CSS directly in the SimpleXML.

Add the following to your dashboard just before the closing </form> or </dashboard>. You can adjust the font-size value to suit your needs.

  <row depends="$hidden_token$">
    <panel>
      <html>
        <style>
          .dashboard-row .dashboard-panel h2.panel-title {
            font-size: 20px !important;
          }
        </style>
      </html>
    </panel>
  </row>

yannK
Splunk Employee
Splunk Employee

please see those articles about the css customization.

http://answers.splunk.com/answers/88951/adding-custom-css-to-all-views
http://answers.splunk.com/answers/6047/unable-to-customize-dashboard-with-css

To get the names/id of the objects, use a developer tool.

Get Updates on the Splunk Community!

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...