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.
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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.
See there is no white block on banner now.