Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #698216

    Hello,

    Can you help me, I would like to add the horizontal line into my fullwith sub menu also, like its in the main menu currently.

    Best Regards,

    #698218

    Also I would like to be able to change the color of the line.

    #698219

    And when I hover into other pages in the fullwith sub menu, the line should apprear, like it is in my main menu righ now.

    Best Regards,

    #698685

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-submenu-container .avia-menu-fx {
        display: block;
    }

    Cheers!
    Yigit

    #698719

    Hello Yigit,

    Thanks, very nice but is it possible to have the exact same effect as in the main menu, when I hover into other menu elements the horiztonal line appears below them?

    Best Rgeards,

    #698776

    Hey!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #699375

    Hello Yigit,

    Great, thanks!

    Best Regards,

    #699799

    Hi,

    Glad we could help :-)

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

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to add horizontal line into the fullwith sub menu element, which is active’ is closed to new replies.