Make dawn theme header transparent and non-transparent for sticky header

Make dawn theme header transparent and non-transparent for sticky header

Imporify
Tourist
12 0 1

Hi there, 

I'm trying to make my header transparent on all pages, with the text (on the header) the colour white. I've tried before but the font colour always turns black. Also, after making the header transparent with white text, can you also provide me with the coding to create the sticky menu not transparent? thank you 

 

My website: https://imporify.com/ 

Password: UnitedArsenal

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 185

Hi @Imporify ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.section-header,.section-header *{
background:transparent !important;
color:white !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Imporify
Tourist
12 0 1

Hi there, sorry but this didn't work. Any other way I could go about this?