How do i change the collection boxes background color?

On the homepage I’d like to change the black background of the collection cards/boxes to the same color as the background. The images have a transparent background. I’m using the ride theme. Is this possible?

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi @riverrustic ,

Go to Assets > base.css and paste this at the bottom of the file:

.collection-list .media {
    background: transparent !important;
}

Hope it helps!

https://river-rustic-art.myshopify.com/

I tried this but it did not change anything. I provided my link url above. Thanks

Hi @riverrustic ,

Are you wanting this?

Yes how this is what I want. What do I need to add in the editor?

Hi @riverrustic ,

Go to Assets > base.css and paste this at the bottom of the file:

#shopify-section-template--15029523349642__165353012691b568a3 {
	padding-top: var(--spacing-sections-desktop);
    margin-top: 0 !important;
    background: #000 !important;
}
#shopify-section-template--15029523349642__165353012691b568a3 .gradient {
    background: #000 !important;
}

Hope it helps!