Hi Guys!
How can I remobve the grey llne below the main menu?
Regards
Santiago
Hey enfold,
Please try the following in Quick CSS under Enfold->General Styling:
#header {
border-color: transparent;
}
Best regards,
Rikard
Thanks Rikard, but it doesn’t work
Hi Santiago,
Please try to add this CSS code:
#top #header_main {
border-bottom: none;
}
Best regards,
Nikko