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
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
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
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
I downvoted this post because link not working
no problem!
but if you see the answers editor added ). to the link I inserted that correctly runs!
thank you.
Bye.
Giuseppe
hi,
The link you sent does not exist.
can you please help me with steps to do so .
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.
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