Archived topic
removing the header border
3 replies · Started by Hana on June 6, 2022
Hello, How to remove the header menu border in Seller site? and how to add login/register icon behind the cart icon?
check my private link
Hi Hana,
Go to Additional CSS field in the customizer and locate this block of CSS:
.separate-containers .inside-article,
.separate-containers .sidebar .widget,
.site-header,
.main-navigation:not(.slideout-navigation):not(#sticky-placeholder),
.site-footer {
border: 1px solid rgba(0,0,0,0.08);
}
If you only want to remove the border around the navigation, then remove this line:
.main-navigation:not(.slideout-navigation):not(#sticky-placeholder),
If you want to remove borders everywhere then just remove the entire snippet of CSS.
Let me know if this helps :)
yes this is help, great work
thank you:)
No problem :)