Tagged: border, navigation
I can’t seem to find the right class to remove the border from the bottom of my main nav. On active there is a black border under the one menu item, then on hover each other item has a bottom border. I’d like there to be no border at all, just a plain nav menu.
Thanks!
Hey paepke19,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-menu-fx {
display: none;
}
Best regards,
Jordan
Perfect! Thank you. :)