Shopify themes, liquid, logos, and UX
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
Hello,
Could someone help where I can change the background of all my products with a code? In a custom theme
This is how it should look
This is now
The website is
https://monttega.com/collections/hoodies
Solved! Go to the solution
yes, please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-item__aspect-ratio {background: #f2f2f5;}
Hello @Storum
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file.
3. Paste the below code before </body>:
<style>
.shopify-section--main-collection .product-item__image-wrapper {
background-color: #e3e2e2;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.