Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!