Hi can you please let me know how to remove the white border and separator in main menu?
This is the screenshot – http://screencast.com/t/TJeAkUdS0
Thank you.
Hi benjamintlakey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a, #header_main_alternate {
border: none!important;
}
Best regards,
Yigit
Thank you Yigit! It works perfect! :)