Hey guys,
Can you please tell how to remove the white line above menu bar/below header photo and how to remove the separators between menu items? I’ve already clicked on no separator in the backend, that didn’t do anything.
Thank you.
Kind regards
Aline
Hey Aline,
Would you mind providing a precise link to your site, showing the elements in question?
Best regards,
Sarah
Sure, see private content below.
The website is still offline.
Hi Aline,
Please try this in Quick CSS:
#top .av_header_border_disabled + .all_colors .av-subnav-menu > li > a {
border-left-width:0px;
}
Let us know if that helps!
Best regards,
Sarah
Thanks, it worked for the separators. Do you know how to get rid of that fine white line or rather where it comes from?
Best regards,
Aline
Hi Aline,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-submenu-container { border: none; }
If you need further assistance please let us know.
Best regards,
Victoria