Shopify themes, liquid, logos, and UX
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/
Thank you
Best Regards
Solved! Go to the solution
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;
}
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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;
}
Thank you for reply sir.
Where should I input the code in?
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024