Hi, how to delete the line under the top navigation menu? I mean not the main menu.
Regards,
Simon
Hi simonac!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { box-shadow: none; }
#header_main { border-top: none; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
#header_main { border: none !important; }
.avia-shadow, #header_meta { box-shadow: none!important; }
Regards,
Yigit
Thanks thats it!