Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Remove blue background from product grid. Dawn v11. I want it to be white.
My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup
Solved! Go to the solution
This is an accepted solution.
The second one worked! Thank you!
Hi @daved1234
Try this one.
div#shopify-section-template--20384774160689__product-grid {
background: white;
}
Result:
I hope it help.
Hello!
Thank you for your support!
Unfortunately that did not work.
Oh can you try again this one?
div#shopify-section-template--20384774160689__product-grid {
background: white !important;
}
Thanks!
Thanks again but still not working.
Did you add something in the base.css file that is working? Let me find another solution.
I just added what you suggested. Still not working.
But did you add other codes in the base.css that is working?
Try this one again.
body.gradient div#shopify-section-template--20384774160689__product-grid {
background: white !important;
}
if this one wont work paste this one on theme.liquid. before the </body> tag.
<style>
div#shopify-section-template--20384774160689__product-grid {
background: white !important;
}
</style>
Sample:
Then save. Thanks!
This is an accepted solution.
The second one worked! Thank you!
That is good to hear. If this work please dont forget to Mark Solution and Likes. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025