Change feature columns background colour in Debut theme

Hello,

I want to change the colour of my feature column in Debut theme. I tried the below code in theme.css but it doesn’t seem to work. Any suggestions?

div#shopify-section-feature-columns {
background-color: #c7b994 !important;
}

URL is www.joinalternative.com.

Thank you.

Hello that can be done easily with no stress and let chat now

Sigh storefront is password protected.

Goodluck

1 Like

Pswd: aug31#

Pswd: aug31#. Can you take a look and suggest what to do?

hello @bpri

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-feature-columns{
         background: #c7b994 !important;
}

Thanks for looking into it! The code didn’t work though :disappointed_face: Any thing else that I could try?