Hive theme: change colour of hover bar above menu items
-
Hi
Is it possible to change the colour of the black hover bar that appears above menu items at the top of the page (Hive theme)? Thank you. :)The blog I need help with is: (visible only to logged in users)
-
Add this to your custom CSS and change the colour to whatever you’d like, I’ve set it to match the first post background:
.nav--main > li > a::before { background: #A7C2F5; } -
- The topic ‘Hive theme: change colour of hover bar above menu items’ is closed to new replies.