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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...