HI,
I have menu lines separators but i only want to keep between the menu and not the lines at the begging or the end.
Menu now
https://s9.postimg.org/ooofkoor3/before.png
Would like to remove lines that are circled please.
https://s9.postimg.org/inqqnoufz/after.png
Thanks
Hey brunolabi,
Please provide a link to the site in question so we can look into this issue further.
Best regards,
Jordan Shannon
Let me know if you need anything else
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header.header_color .avia-menu li:first-child a {
border-left:none!important;
}
#top #header.header_color .avia-menu .menu-item-search-dropdown a{
border-right:none!important;
}
Best regards,
Vinay
amazing thank you