Changing background of product card of featured products

Hello,

Recently I managed to change the background color of product cards in the ‘Featured Products’ section through editing the code. Now I can’t change the color scheme anymore in the normal way (through theme settings in the theme customizer).

Problem is that I dont know which file I had edited to fix the background color to white, I want the color to be grey. This only applies to the homepage. Anyone knows what to edit to get a grey background instead of a fixed white one, or even better to be able to change the color scheme from the theme settings again.

I am using the Dawn theme.

kaffeeundmore.myshopify.com

Hello,

The code that is making the white background seems to be located within the ‘collage.css’ file, at the line 123.

Removing the below CSS should be working as expected.

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

Cheers!

Gabriel