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.
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
Hello Ismael,
Thanks, it works:)