I'm trying to change the a:hover color for the fixed NavBar(light grey) on my site. I've using the custom css section but haven't had any luck.
.navbar.pl-color-grey a:hover{
color:C00000;
}
Posted 08 March 2013 - 12:38 AM
I'm trying to change the a:hover color for the fixed NavBar(light grey) on my site. I've using the custom css section but haven't had any luck.
.navbar.pl-color-grey a:hover{
color:C00000;
}
Posted 08 March 2013 - 02:49 AM
Hi there
You'll need to use firebug to find the correct selector for the menu tab, you're right using the a:hover command at the end of the selector but the part in front isn't correct.
When inspecting the item you want to look for the li item in the html. This will show you the correct css on the right.