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!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...