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!

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...

State of Splunk Careers 2024: Maximizing Career Outcomes and the Continued Value of ...

For the past four years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...

Data-Driven Success: Splunk & Financial Services

Splunk streamlines the process of extracting insights from large volumes of data. In this fast-paced world, ...