For some reason this grey box appeared… I want it to be transparent again. Please help!
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
body.template-index .product-card__image-with-placeholder-wrapper {
background-color: transparent;
animation: none;
}
[data-image-loading-animation] {
background-color: rgb(255 255 255);
-moz-animation: image-loader 2s 400ms infinite;
-o-animation: image-loader 2s 400ms infinite;
-webkit-animation: none !important;
animation: none !important ;
}
Add this code in the theme.scss or theme.css
