Hi,
How can I remove the top border of the main menu?
I have tried:
.container_wrap {
border-top: none;
}
But doesn’t seem to do it…
I would like to remove the top border of the menu (grey color), which is just below our banner (black color). Please see attached website.
Hey changegroup!
Please add following code to Quick CSS
div#header_meta {
border: none!important;
}
Regards,
Yigit
Thank you! This is now fixed.