collection image color

Hi,

i want to remove the daker grey color when scrolling over image on top and bottom, also I don’t want to show quick order button as my site has nothing for sale to add to cart.

My site is https://lux360.net/collections/all

Hi @Luxluxlux360

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.product-grid-item__pagination {
    background: transparent !important;
}

Here is the result: https://prnt.sc/OptlMcdEcrub

I hope this helps

Best,

Daisy