All things Shopify and commerce
URL: https://jsdqft-gs.myshopify.com/
Can someone help me to check what's the white block in header? It's supposed to be transparent.
Hello @randytheasian
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.header-wrapper {
border-bottom: 0px !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
The white block should not be there. How do I remove the white block?
I don't think is the header issue. I think there's a white block on top of image banner
Hello @randytheasian
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.header-wrapper {
border-bottom: unset !important;
}
</style>
Before:
Result:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
How do I remove the white block? I can't detect that
Add this code
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.header-wrapper {
border-bottom: unset !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
The white block is still showing.
refresh your site and check.
The white block should not be there.
See there is no white block on banner now.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025