Change Lazyload background in 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

1 Like

@nalnowaeam

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

1 Like

@nalnowaeam

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.
.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;}

1 Like

@nalnowaeam

its my pleasure to help us