How can I alter the background color of a specific webpage section?

Hey there

I am looking for a solution to change the background color of a specific section on my page.

Ive looked all the previous code solutions, but none of them suits my page.

https://portvinsflasken.dk/

log in with “Portvin”

Can someone help?

@pf2022 ,

Please add this CSS at the bottom of theme.scss file

div#shopify-section-featured-collections {
    background-color: #5921215e;
}

Thank You!

2 Likes

Thank you so much!

Can i add some margin for the top ? There are not enough space between color and the H2

Furthermore, can i change the color of the text in that section?

1 Like

Thanks!

Can i change the margin above the H2 ?

And can i change the color of the H2 to white?