Splunk Search

highlight the selected the tab in splunk web ui

harshal_chakran
Builder

Hi,
I want to change the color of selected Splunk header tab.

alt text

as it is very difficult to see the highlighted section.I dont know where to make the changes.

Please Help...!!!

Tags (5)
0 Karma

aelliott
Motivator

This would require a change to Splunk's core css that would not be persisted if an update occurs.
However if you want it changed for a particular dashboard that you happen to have the ability to modify the css of, then the following code may help you:
.navbar .nav>li.active.dropdown>a.dropdown-toggle:hover, .navbar .nav>li>a:hover
{
color: #ffffff; /change your color here/
background: #444; /change your background color here/

}

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...