Hello All,
Could someone tell me how to change the default footer that is showing in my dashboards - forms pages?
I have a CSS set and all my dashboards that are not advanced XML and using the simple XML format has a grayed out footer.
I would like to change / set the footer background color to match the rest of my page bodies.
v.6.5
Thanks all!
You can convert your dashboard to an HTML view and then apply the power of CSS to customize it. I think you can only change the header color and hide the footer inSimpleXML'
<form hideFooter="true">
Also you can add your css classes dashboard.css to you app to apply for all dashboards
/splunk/apps/yourApp/appserver/static/dashboard.css
You can convert your dashboard to an HTML view and then apply the power of CSS to customize it. I think you can only change the header color and hide the footer inSimpleXML'
<form hideFooter="true">
Thanks much!! Wish I could accept it a solution... That's all that I needed! Cheers!
I converted it as the answer, feel free to accept/upvote now