Shopify themes, liquid, logos, and UX
Hello I would like to change the background colour of the collection list categories in the refresh theme to white.
Solved! Go to the solution
This is an accepted solution.
@sharaiz Try below one
@media (min-width:750px)
{
.section-template--19099649999144__product-grid-padding {
padding-top: 0px;
padding-bottom: 60px;
background-color: white !important;
}
}
This is an accepted solution.
Try this one.
section#shopify-section-template--19099650523432__main {
background: white;
}
Result:
I hope it help.
@sharaiz add below css into base.css file
@media (min-width:750px)
{
.section-template--15619004596276__product-grid-padding {
padding-top: 0px;
padding-bottom: 60px;
background-color: white !important;
}
}
still not working
This is an accepted solution.
@sharaiz Try below one
@media (min-width:750px)
{
.section-template--19099649999144__product-grid-padding {
padding-top: 0px;
padding-bottom: 60px;
background-color: white !important;
}
}
Thank you it worked!
It worked on collection page but facing same problem for product page now !!
Although code is added but the color is changed back to grey. can you check and let me know the solution
Hi @sharaiz ,
I understand that you want to change the background colour of the collection list categories in the refresh theme to white. Try this.
div#shopify-section-template--19099649999144__product-grid {
background: white;
}
How can i change background colour to white in product page.
This is an accepted solution.
Try this one.
section#shopify-section-template--19099650523432__main {
background: white;
}
Result:
I hope it help.
Where shall i add this code? Mean in which section ?
Hi, you can paste it on the section-main-products.css file.
Please add the following CSS code to your assets/base.css bottom of the file.
@media (min-width:750px){
.section-template--19099649999144__product-grid-padding {
padding-top: 0px;
padding-bottom: 60px;
background-color: white !important;
}
}
Thanks!
User | RANK |
---|---|
182 | |
150 | |
80 | |
72 | |
61 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023