What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How to keep the header at transparent the whole time? - Reformation theme

Solved

How to keep the header at transparent the whole time? - Reformation theme

noend
Excursionist
18 1 7

Hi there, Please help

 

My header will turn into a white background when I score down the page as the image shows.

Can the header be kept transparent during the score down the page?

website: https://noenddenim.com/

截屏2024-09-12 上午11.42.07.png截屏2024-09-12 上午11.42.15.png

 

Thank you

Best Regards

 

Accepted Solutions (2)

DanCodes
Shopify Partner
54 9 6

This is an accepted solution.

Hi, 
1. Go to Online Store

2. Click Edit Code

3. Find folder assets

4. Find file app.css 

5. Add custom CSS

 .header.transparent--true:before {
    background: transparent;
    }
If you'd like to support my work, you're welcome to treat me to a coffee here: Buy Me a Coffee
If you'd like to hire me, feel free to contact me: E-mail WhatsApp

View solution in original post

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @noend 

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.header.transparent--true:before {
    background: transparent;
}

 

And Save. 

Result:

Made4uoRibe_0-1726169827047.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

DanCodes
Shopify Partner
54 9 6

This is an accepted solution.

Hi, 
1. Go to Online Store

2. Click Edit Code

3. Find folder assets

4. Find file app.css 

5. Add custom CSS

 .header.transparent--true:before {
    background: transparent;
    }
If you'd like to support my work, you're welcome to treat me to a coffee here: Buy Me a Coffee
If you'd like to hire me, feel free to contact me: E-mail WhatsApp
noend
Excursionist
18 1 7

Thank you for reply sir.

 

Where should I input the code in?

 

 

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @noend 

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.header.transparent--true:before {
    background: transparent;
}

 

And Save. 

Result:

Made4uoRibe_0-1726169827047.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.