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

    Hello,

    I had a fullwidth submenu and Yigit gave me a code for that:

    #top .av-subnav-menu li:hover .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }

    But can you give me a code, which works in the sidebar menu and gives the menu same hover effect.

    http://imgur.com/a/3KA6i

    #722985

    Hey pimroll!

    Thank you for using Enfold.

    Please try this in the Quick CSS field.

    #top .widget_nav_menu li:hover a:before {
        content: '';
        height: 2px;
        width: 100%;
        background: blue;
        display: block;
        right: -50px;
        position: relative;
        position: absolute;
        bottom: 0;
    }

    Adjust the values as needed.

    Cheers!
    Ismael

    #723565

    Hello Ismael,

    Thanks, it works:)

    #724103

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add hover line under the left sidebar menu item?’ is closed to new replies.