Remove the Navigation Hover
-
Hi everyone!
I’m using the Hestia free theme. I want to remove the background hover from the navigation. Currently I have set it to white just so you can see it using the code:
.navbar .navbar-nav > li:hover > a:hover {
background-color: #ffffff;
}When I change it to:
.navbar .navbar-nav > li:hover > a:hover {
display: none;
}I get a weird jumping effect when I hover over the menu items.
Is it possible to remove the background hover using customize?
Thank you!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove the Navigation Hover’ is closed to new replies.