How can I change the background color of a section on my homepage?

Hello,

I want to add a background colour to a section on my hompage, the section “nyheter” (featured products). Can anyone help mw with a code, and where to put it? :slightly_smiling_face:

https://organisert-kaos.myshopify.com/

p: nodrex

Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid

#shopify-section-collection {
    background-color: #ccc;
}

Note: change the color as per your choice

Thank you so much!!