Background color of cards in Featured Collection (Sense Theme)

Hi,

On my Sense Theme site, I added custom CSS (copied from another post) to change the Card background to white. It kind of worked.. but it didn’t change the background behind ‘Add to Card’ button. Please see attached screenshot.

How can I change the background to white for entire card? (including Add to Card button background)

Also, the custom CSS code I added is giving me Error message. Please see Error message screenshot attached.

Hey @jk888
Share your Store URL and password if enabled

www.discotail.com

pw: jk888

@Moeed

@jk888

Your css working well in your site as i can see.

It looks amazing !

Hi @jk888

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css or theme.css

.card--card { background: #fff; }
1 Like

Hi @jk888

You can use this code

.card--card { 
background: #fff !important; 
}

Hope this answer helps.

Best regards,

Victor | PageFly

1 Like

Thank you!