Minimal theme - background color for an individual section

anniemittry
Tourist
10 0 5

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

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1565

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.