Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #358848

    Regarding the underline decoration of the Enfold menu, is it possible to add an effect where the underline of the current page disappears while the cursor passes over another another menu option, causing it to become underlined? This way, only one menu item would be underlined at one time.

    #359198

    Hi AlexKK!

    Currently it is not possible. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
    Best regards,
    Yigit

    #360397

    Ok, thanks.

    #360413

    Hey!

    This could work, try adding the following code to the Quick CSS:

    .avia-menu:hover .current-menu-item .avia-menu-fx {
        opacity: 0;
    }
    
    .avia-menu .current-menu-item:hover .avia-menu-fx {
        opacity: 1;
    }

    Cheers! 
    Josue

    #360430

    works like a charm, thanks!

    should also have opacity:0; for .current-menu-parent in case there are dropdown menus

    #360444

    Yes, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu underline behaviour’ is closed to new replies.