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!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024