Hi,
I have set a color for the active page link, but with the design I am using, it makes the link the same color as my socket background – how can I specify the active page link color ONLY for the socket (ie to be white) ?
ie so the link here at the bottom of the page for “packing tips” will be white (without changing the same link color on the main navigation) :
Thanks!
Colin
Hey Colin!
Try adding this code to the Quick CSS:
#socket .menu a {
color: white !important;
}
Cheers!
Josue