This topic has 4 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
I edited the menu color via Custom CSS but I can’t find how to remove or change the color of the white line below the header.
https://www.dropbox.com/s/jfnuoqcxu07wvxi/MWSnap049.jpg?dl=0
Hello,
please provide us with link to your site.
Regards,
Stan Russell
private data
Hello,
To remove the white line in the header add this code in custom.css file:
.header-type-10 .menu-wrapper {
border-top: none !important;
}
If you want to change its color use this code:
.header-type-10 .menu-wrapper {
border-top: 1px solid #EBEBEB !important;
}
Replace #EBEBEB with your color value.
Thank you.
Regards,
Eva Kemp.
Tagged: customization, style, template, white line, woocommerce, wordpress
The issue related to '‘White line in Custom css’' has been successfully resolved, and the topic is now closed for further responses