Does anyone know how to remove this small white bar underneath my header in coding? I’ve tried everything to remove it and I can’t figure it out. My website is www.shopluxxe.co and my theme is Debut.
1 Like
Hi @RobertMalagisi ,
To change you follow the instruction:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.site-header {
border: 0 !important;
}
I hope it would help you.
1 Like
Thank you for your help!
1 Like
