hi,
I would to do the next:
1. Fist level main menu: On hover to add the border-top of 3px in red instead of the border-bottom.
2. Second level main menu: On hover no fat border-top on the drop-down menu. Just the same grace fin border as other sides.
3. when the first or second level active – to have the red top-border for the first level item, and grace background for the second level item.
I can not find the right classes fot it. Could you help, please.
Hey naz_irina!
Thank you for using Enfold.
1.) Try this in the Quick CSS field:
.av-main-nav > li:hover a .avia-menu-text {
position: relative;
top: -3px;
}
.av-main-nav > li:hover a {
border-top: 3px solid red;
}
2.) Modify the Main Menu sublevel Links in the Enfold > Advanced Styling panel.
3.) Use the .current-menu-item or the .current_page_parent selector.
Best regards,
Ismael
thank you