There is a thin white line under my header that I would like removed
![]()
There is a thin white line under my header that I would like removed
![]()
Hey @GeorgeRizos ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.
.header-wrapper {
background: transparent !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman
Thanks @ReturnPrime that did it! Can you help me removing this too?
It seems, css is written outside style tag.
Please check footer.liquid code, and wrap it like this