Where do i find this styling element

fdavies2607

Member
G8YNQc3.png


I'd like the background of alerts and conversations to not be this bright red when hovered, but i cant figure out what controls it.

thanks
 
enter this code into your template named "extra.css" and change the color to your liking:

Code:
.navPopup .PopupItemLinkActive:hover {
    background-color: #B0D780;
}


:)
 
Top Bottom