Hello i am looking for advice on if it possible to fix this… i found some custom coding to make the header transparent and overlap an image. It looks good on my homepage but not on my product page. Is there any way to solve?
p.s. it is a lot worse when viewed on mobile
store is shopseiza.com
Hi @seiza123 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
the header also doesnt span the entire screen on product page
Thankyou, that worked to make the header span the entire screen, however is there a way to separate it from the product images in product page but it leave it overlapping the image on homepage?
Hi @seiza123 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
I appreciate the help!
I have worked out a solution… I added a custom liquid to the product page and left it empty. It seems to have worked!
Hi @seiza123
Please wrap the code you used to have a transparent header into this code below and add it to theme.liquid file, after
{% if template == 'index' %}
{% endif %}
Hello, I appreciate the reply. This moves the header off the image on the homepage. I would like to leave it where it is on the homepage but lift it off on every other page so it doesnt overlap any content.
thanks
I’m having the same issue with moving my header above my products. I tried those codes but it didn’t work. The header im using was an add-in i paid for but it isn’t sitting how the normal themes header was sitting before i removed it. Please let me know if there is a way to move it into the proper header position. Thanks