Changing the color of pop-up menu background hover

Alternadiv

Well-known member
How would I go about changing to color of the light blue behind the current visitors link? Can't seem to find it anywhere.
Screen shot 2010-10-09 at 12.18.07 PM.webp

Edit: Can this be moved to general support and questions please? Sorry.
 
Look for this in the CSS:

.blockLinksList a:hover, .blockLinksList a:focus, .blockLinksList label:hover, .blockLinksList label:focus

The background collor here is #D7EDFC
Although from your screenshot the colour is showing as #DCEEFB
 
You can actually change the colours very easily using the Style Properties -> Color Palette.
Every element that uses @primaryLighterStill colour though will use the new colour.

You should only edit the CSS if you want to change the colour of a specific element without affecting the rest.
 
Top Bottom