Hey, im trying to completely remove the 1px white header border on this website, it only appears when you scroll/sticky header. The theme is Motion, appreciate the help!
PW: sheta
Hey, im trying to completely remove the 1px white header border on this website, it only appears when you scroll/sticky header. The theme is Motion, appreciate the help!
PW: sheta
Hi @Anonymous
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.site-header{
border: none!important;
}
yes, please add this code
.site-header { border-bottom: none !important;}