hi!
How I can do sub-menu items red underlined when I pass hover with mouse (like in main menu)?
Thank you
Hey!
Try adding this code to the Quick CSS:
#top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text {
border-bottom: 1px solid red;
}
Cheers!
Josue
hi Josue,
thank you very much for quick response,
I add your css code to style.css of child theme, it is does not work.
I have to be more clear…
I created Fullwidth Sub Menu on the page using existing menu
Hi!
Try this code:
#top .av-submenu-container li:hover .avia-menu-fx {
display: block;
visibility: visible;
opacity: 1;
}
Cheers!
Josue
thank you, Josue
works fine