Can I change the background colour in the simple recipe card style?

I use Recipe Card Blocks Pro and actually prefer the simple recipe card style over the others, but am wondering if it’s possible to change the background colour. The pale yellow background, while easy to read, is too generic and I’ve figured out how to change pretty much all other colours except this one.

Does anyone know, can it be done?

Cheers

You can change that pale yellow color by using this CSS code:

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-header-wrap {
    background-color: #FBF9E7;
}

Replace the HEX code for the color, then add the code in the Customizer > Additional CSS.

Just spotted your response. Thank you!