What css is required to remove the border from a sub-menu?
Hi MartinNorton!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
border-top-color: transparent;
}
If that does not help, please post the link to your website and a screenshot showing the changes you would like to make.
Cheers!
Yigit
Hey!
Please try the following instead:
#menu-item-26 ul.sub-menu {
border-color: transparent !important;
}
Cheers!
Rikard
Hi
Thanks for that.
However, it removes the border, but also most of the other styling of the menu that is handled in both the admin and with other quick css.
Cheers
Martin
Solved!
Didn’t need css. I had missed the control in the admin.
Used Admin > Enfold > Advanced Styling > Main Menu sublevel Links > Border Color
Cheers
Martin