hover text
-
How do I change my sub-menu links text color when hovered?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add this CSS to your site:
/*Sub Menu Hover Color*/ .main-navigation ul ul a:hover { color: #298288; }Feel free to adjust the color to your liking.
- The topic ‘hover text’ is closed to new replies.