Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #566637

    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!)

    • This topic was modified 8 years, 2 months ago by tonyska.
    #566659

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.