Hi,
Need to change the transparent background for product cards and main product photo to white.
Thanks for the help!
https://kosmetologegoda.myshopify.com/
Pass: shauyu
Hi,
Need to change the transparent background for product cards and main product photo to white.
Thanks for the help!
https://kosmetologegoda.myshopify.com/
Pass: shauyu
Hi @Karolisp ,
Use below script to make background to white in base.css.
For product card
.product-card-wrapper .card {
background: #fff;
border-radius: 0.6rem;
}
To enable for Product landing page
.product {
background: #fff;
border-radius: 0.625rem;
}
Thanks for the answer, but it changes the color of the whole card and the whole product, so it doesn’t work.
Actually found the answer it myself, so to whomever, it will be useful.
Edit code → Base.css
.media--transparent {
background-color: #fff;