This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
Hi there,
How would I change the css for the hover over function for the navigation menus (sticky and the main one). For example, on the main navigation on hover I would like the background to go grey and text white?
Thank you
Hello,
Add this code in Global Custom CSS section:
.menu > li > a:hover {
background-color: grey;
color: white;
}
Best regards,
Jack Richardson.
Thanks but that changes the css on the fixed header which I was trying to avoid… Could you advise please.
Hello,
In this case use the following code instead of the previous one:
.header-wrapper .menu > li > a:hover {
background-color: grey;
color: white;
}
Best regards,
Jack Richardson.
Tagged: changes, hover, navigation, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up