Change color of the featured product section on debutify theme

Hi I want to change the color of my featured product section in my debutify theme. because when I click the color setting all of my pages changes color. i wanted it to be just the featured product section. thank you

website: theoddmart.com

Hello @oddmart , this could be done via custom coding.

If you’re a developer simply find the outer div of the feature section and assign the desire color.

Regards,

Osama Farooqi

@oddmart

Please add the following CSS code to your assets/theme.scss.css or theme.scss.liquid bottom of the file.

#shopify-section-template--19462360629530__8d2e291c-319b-437e-9088-cb1f9f22ff56 {background-color: lightblue;}

Thanks!

I just did it but nothing happened. :disappointed_face:

ohh wait something happened but its in the featured collections page. I wanted it to be the featured product page which is below that featured collection. :slightly_smiling_face:

@oddmart

Please share your page URL and the screenshot of what you want!

Thanks!

hi so its,

theoddmart.com

I want this section to be of the same color As the wavy image above it so it will sync to each other as one image/section

1 Like

@oddmart

Please add the following CSS code to your assets/theme.scss.css or theme.scss.liquid bottom of the file.

#shopify-section-template--19462360629530__4a70067d-2040-4e62-a541-ffd7607eca5d{background-color: #d3eaf6;}

Thanks!

wow that change it. thank you! ill accept this as solution. :slightly_smiling_face:

@oddmart

If helpful then please Like a solution and welcome again!

Thanks!

1 Like

Hi @dmwwebartisan I am having a similar issue, but it seems your above solution isn’t working for me. I tried inserting it in the custom css section.
I would like to have the grey area all white. I feel as though I have tried everything, so if you have some ideas I’d really appreciate it.