Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #911044

    Hi there,

    I’d like to reduce the height of the background colour shift of individual menu items when you hover over them, so it isn’t the height of the entire menu. How would I go about doing this? Everything I have tried has pushed the menu items to the top of the menu or cut off submenus.

    #911053

    Hey chartinboy,

    You can try to remove your code from quick css and use this, that’s another option,but this container is just around the text:

    
    #top #header .av-main-nav > li:hover > a .avia-menu-text {
          background-color: #fff;
    }
    

    Best regards,
    Victoria

    #911092

    Perfect, that got me to where I wanted it to be, thanks so much!

    #911144

    Hi,

    Glad that Victoria helped you :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

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