All Apps and Add-ons

want to change font of panel description from bold to normal

vikashperiwal
Path Finder

I am trying to change the panel title bold)and description (normal).

For Panle Title i can add a css in my xml and i could change it to Bold, but how to change the Description from bold to normal**

1st line is title
2nd line is descritption

alt text

0 Karma

vikashperiwal
Path Finder

I could do some thing like below and achieved this

<panel>
  <html>
     <style>
       .dashboard-row .dashboard-panel h2.panel-title {
         font-weight: bold !important;to override the existing css
         font-size: 15px !important;to override the existing css
       }
      .dashboard-row .dashboard-panel h3.dashboard-element-title {
         font-weight: normal !important;--------------------to override the existing css
         font-size: 15px !important;----------------to override the existing css
       }


     </style>
   </html>
</panel>
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...