Hello,
How can I control the height of the hover color on my main menu items?
I’ve been inspecting the element but I can’t figure out which CSS to modify.
See enclosed link…thank you!
(EDIT…I changed the layout, so there is no visual to accompany this question…sorry!)
Hi tonyska!
That’s kind of a tricky thing to do. Are you trying to make it bigger? If so then you could do something like this.
.menu-item:hover .avia-menu-text {
background: red;
padding: 20px;
}
There will be a little movement though to make more room.
Cheers!
Elliott