When a user drops the nav down and hovers over each menu item, I’d like the link (text) color to change, only on hover. But I don’t want to change all my links site-wide.
Is this possible with CSS?
Thanks in advance!
When a user drops the nav down and hovers over each menu item, I’d like the link (text) color to change, only on hover. But I don’t want to change all my links site-wide.
Is this possible with CSS?
Thanks in advance!
Hi Ruef,
Thank you for writing in, if you’re on PRO and referring to an Inline Navigation element, please see the color interaction option, under the Sub Links tab.
If you’re referring to the standard header inline menu either on X or PRO, please add this to Theme Options > CSS
.x-navbar .desktop .sub-menu li > a:hover {
color: red;
}
Change the red value, with the color of your choice.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.