Remove blue background from product grid. Dawn v11. I want it to be white.
My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup
Remove blue background from product grid. Dawn v11. I want it to be white.
My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup
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!
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 tag.
Sample:
Then save. Thanks!
The second one worked! Thank you!
That is good to hear. If this work please dont forget to Mark Solution and Likes. Thanks!