hi there!
I would like to make red text underline in main menu, as same as I have in sub menu.
I put this code
#menu-item-1193 .av-main-nav a li:hover .avia-menu-text {
border-bottom: 2px solid #a81010;
}
but it does not work.
Can you help me please?
thank you
Hey vitolya!
I see you have the red underline setup but I do not see any sub menus to compare it to. Can you take a screenshot highlighting your intentions?
Regards,
Elliott
thank you,
I solved it
code
/*——–red underline in sub-menu when pass hover*/
#top .av-submenu-container li:hover .avia-menu-fx {
display: block;
visibility: visible;
border-bottom: 2px solid #a81010;
opacity: 1;
}