I want to change the current lazyload background.
Currently it takes after color of the product image. I want to change it to a white background for all products.
I am using the Pipeline theme 2.0
I want to change the current lazyload background.
Currently it takes after color of the product image. I want to change it to a white background for all products.
I am using the Pipeline theme 2.0
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.
Hello here is the URL of the page Iām referring to
https://theattica.myshopify.com/collections/t-shirt
site password: rtawly
yes, please try this code
.lazy-image.mobile-zoom-wrapper {background: #e6dcd1 !important;} /* change color as you like */
Hello it worked without the .mobile-zoom-wrapper
.lazy-image {background: #e6dcd1 !important;}
its my pleasure to help us