Make product page header transparent - sense theme

Solved

Make product page header transparent - sense theme

smooveline
Tourist
9 0 0

Hey im looking to make my header transparent on the product page

 

https://smooveline.de/products/smooveline®-rotlicht-therapie

 

It is transparent everywhere except for the mobile version product page, the preview shows that its transparent but when you actually go on the phone and check the product page the header is not transparent on the product page

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

Hi @smooveline 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
sticky-header.header-wrapper {
    background: transparent;
}
</style>

PageFlyRichard_0-1709083954320.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

View solution in original post

Replies 5 (5)

webwondersco
Shopify Partner
1164 169 169

@smooveline Hope you are doing well.

 

Please add the below line of CSS code at the end of your base.css file

 

body .header-wrapper{

background-color: transparent ! important;

}

 

 

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
smooveline
Tourist
9 0 0

Hey, 

 

added and unfortunately still not transparent on the phone.. greetings

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

Hi @smooveline 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
sticky-header.header-wrapper {
    background: transparent;
}
</style>

PageFlyRichard_0-1709083954320.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

smooveline
Tourist
9 0 0

Thank you this code worked! 🙂

PageFly-Richard
Shopify Partner
4661 1068 1725

Glad that i can help.

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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