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,
Also I would like to be able to change the color of the line.
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,
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
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,
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
Hello Yigit,
Great, thanks!
Best Regards,