Archived topic
Code-out little line above subnavigation
3 replies · Started by Sanne on October 16, 2021
Viewing posts 1–4 of 4
Hello,
I'm working on http://www.ontspannenkracht.nl, and there is a little line above the menu - which is fine. Above the submenu it isn't. How can i code this away...?
I've found the css extra code in the customizer but have no idea how to adjust that for the submenu's.
Thanks in advance,
Sanne
Hi there,
try adding this CSS:
.main-navigation .main-nav ul.sub-menu>li a:before {
display: none !important;
}
Thanks David, i'm sending you flowers in my minds eye!
:) Glad to be of help
This archived topic is closed to new replies.