Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #574863

    hi!
    How I can do sub-menu items red underlined when I pass hover with mouse (like in main menu)?
    Thank you

    #575261

    Hey!

    Try adding this code to the Quick CSS:

    #top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text {
        border-bottom: 1px solid red;
    }

    Cheers! 
    Josue

    #576178

    hi Josue,

    thank you very much for quick response,

    I add your css code to style.css of child theme, it is does not work.
    I have to be more clear…

    I created Fullwidth Sub Menu on the page using existing menu

    #576348

    Hi!

    Try this code:

    #top .av-submenu-container li:hover .avia-menu-fx {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    Cheers!
    Josue

    #576496

    thank you, Josue
    works fine

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘underline sub-menu when pass hover’ is closed to new replies.