Why there's a white block in header? - Publisher Theme

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 on theme.liquid

.header-wrapper { border-bottom: unset !important; }

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 on theme.liquid

.header-wrapper { border-bottom: unset !important; }

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.