Change background color for the product cover

Hello,

I need help with changing the background color for all product image cover (The part that I marked).

Here is my collection page: https://wowberrybites.myshopify.com/collections/first-bites-bundles

Thanks for your help in advance!

1 Like

Hello @winnado11 ,

Please add the below code in theme.min.css theme file at the bottom:

.featured-collections__products .featured-collections__item .product-card--list {
    background-color: #ffffff !important;
}

Change the color as per your need, please.

1 Like

@winnado11

Please add the following code in your assets/theme.min.css bottom of the file.

.featured-collections__products .featured-collections__item .product-card--list {
    background-color: #ffffff !important;
}

Thanks!

1 Like

@dmwwebartisan @rutvik_shop Thanks so much. It works.

@winnado11 ,
Please mark my reply as an accepted solution as it is worked as you required.

Let me know if I can help you with anything else.

Thanks!