Minimal theme - background color for an individual section

Hi there,

I’m using the Minimal theme and would like to add a background color to the first section on my homepage (Image with text). I’ve seen other posts like this, but the solution code always contains a section code number and I’m not sure where to find this for my site.

Site: https://annieryanceramics.myshopify.com/

PW: pot

Thanks!

Annie

Hii, @anniemittry
Paste this code on top of the theme.scss file.

div#shopify-section-1635478112f9244881 {
    background-color: aqua !important;
}

You can change the color value as it you want.
Thank You.