Shopify themes, liquid, logos, and UX
Hi Shopify Community,
Does anyone know how to change the background color of the Product Page ONLY? I wan the background to be white for this page only.
URL: www.newdaysports.com
Pw: CoschStudio
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Thanks for post.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-product {
background: #fff;
}
This is an accepted solution.
Thanks for post.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-product {
background: #fff;
}
You can change the background color of only product page using following code. You can add the code at the bottom of your assets/theme.scss.liquid file.
body.prestige--v4.template-product {
background-color: #000;
}
I put it black ( #000) for now. You can change as per your need but one thing to remember you have to change font color of links as well.
Thanks!
hello,
could you help please, if I was to change the background colour to a specific collection only instead of the whole product page?
cheers,
jeje
Please share store URL & screenshot what do you want.
Thanks!
User | RANK |
---|---|
125 | |
99 | |
77 | |
72 | |
39 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022