add color change on hover
-
How do I add color change on hover in my menu?I am using Sela theme.
I am new at CSS so please let me know the exact steps to follow.
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hey there! The Sela theme already uses the following CSS to change the color when you hover over a menu item:
.main-navigation a:hover, .main-navigation ul>:hover>a, .main-navigation ul>.focus>a { color: #4f4f4f; }You can use that to modify the original color from the theme.
However, it looks like your menu wasn’t working properly because it was linking to pages that no longer exist (so there is no URL for the menu to link to).
I’ve reset your menu to fix the problem, so you can re-add the pages to it once you publish them.
-
-
- The topic ‘add color change on hover’ is closed to new replies.