Hello, I’ve a question, how can I overlap the banner into the default Dawn header, and also make the header transparent? I leave an image to demonstrate.
Thank you!
A user seeks to make the Dawn theme header transparent and overlap with a banner image on their Shopify store.
Initial Solution:
</body> in theme.liquidRefinements Made:
Additional Customization:
{% if template.name == "index" %} was provided to achieve page-specific stylingCurrent Status:
Hello, I’ve a question, how can I overlap the banner into the default Dawn header, and also make the header transparent? I leave an image to demonstrate.
Thank you!
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above
Hello @julianamachado
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Hello! I think it worked in part, however the logos disappeared, everything became invisible
@julianamachado , can you kindly share your store url? I will check it for you ![]()
It was my mistake regarding this, the text was black and the background was also black so it was not possible to see it.
But I have another problem, the code you offered me does not work if the stick header option is NONE, it only works with the other options. In the none option the banner remains the same.
I apologize but the website contains some information that should not be published.
@julianamachado , Change it like this
The part I was looking for worked but it caused 2 other problems, it is off-center and has a white line at the top of the header.
Perfect, thank you soo much!!
@julianamachado , glad to hear that ![]()
Hello, could you help me again? I would like to keep the header transparent on the landing page as it is now, but it would be possible to leave it with color on other pages (cart, product page).
Thank you!
@julianamachado , you want it’s transparent on homepage but with color in other page?
Use this code
{% if template.name == "index" %}
{% endif %}
It worked thank you! I don’t have the header ‘‘activated’’ on a page, can you tell me how can I do it (activate)?
Hello, I followed the above instructions to create the same aesthetic, having the header be transparent, however I’d like to have the logo and menu font be white whilst it’s transparent and when it scrolls down, it changes from transparent to solid white white with black font. Also, on the product page, can you have the product images bleed to the left edge of screen and also the top? The product info will need to offset to be lower than the header. I’ve tried to offset it in the settings, however it offsets both the image and the info. Thanks