Make product page header transparent - sense theme

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

@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;

}

Hey,

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

Hi @smooveline

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the 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


Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like

Thank you this code worked! :slightly_smiling_face:

Glad that i can help.