Change color of hover links in primary nav
The topic ‘Change color of hover links in primary nav’ is closed to new replies.
Need help? Check out our Support site, then
Hello. My blog is private for now, until ready for production (sorry).
What css elements do I change to make the primary navigation links change color when hovering? I was able to do this on all regular site links, but I don’t know the element names for for the primary nav menu a tags.
Thank you!
Hi Colleen,
Thank you for your question. I’d like to help.
If you have the Custom CSS upgrade you can use the following:
http://en.wordpress.com/products/custom-css/
#navigation a:hover {
background: red;
}
That’s just an example and hope it helps point you in the right direction.
Thanks!
Kind Regards,
Scotty B
Thanks.
The topic ‘Change color of hover links in primary nav’ is closed to new replies.