- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I have few inline panels were i need to change the font size and font type etc.
Please help me to do so ...
Regards,
Sundar
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi umsundar2015,
to change fonts, palettes, etc... the only way is to modify your CSS (see https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS).
Bye.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Skip using the built-in tags like <title>
and use html instead, like in this answer:
https://answers.splunk.com/answers/376075/how-to-break-the-line-in-panel-title.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi umsundar2015,
to change fonts, palettes, etc... the only way is to modify your CSS (see https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS).
Bye.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I downvoted this post because link not working
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


no problem!
but if you see the answers editor added ). to the link I inserted that correctly runs!
thank you.
Bye.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
The link you sent does not exist.
can you please help me with steps to do so .
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is always a very, very bad idead to just add a link. This one e.g. is not working and therefore this answer is quite useless.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


You have to add your css in SPLUNK_HOME/etc/apps/your_app/appserver/static and them insert in the first row of your dashboards <form stylesheet="yourcss.css">
and then restart Splunk.
Bye.
Giuseppe
