Change color of the featured product section on debutify theme

Solved

Change color of the featured product section on debutify theme

oddmart
Tourist
5 0 1

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

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12368 2558 3744

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

View solution in original post

Replies 10 (10)

osamafarooqi71
Shopify Partner
259 22 45

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 

Shopify Theme Developer | Contact me | Hire expert
- Was my reply helpful? Click Like 🙂 to let me know | Buy Me Coffee
- Was your question answered? Mark this as Accepted Solution

dmwwebartisan
Shopify Partner
12368 2558 3744

@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!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
oddmart
Tourist
5 0 1

I just did it but nothing happened. 😞

oddmart
Tourist
5 0 1

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. 🙂

dmwwebartisan
Shopify Partner
12368 2558 3744

@oddmart 

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

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
oddmart
Tourist
5 0 1

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

oddmart_0-1687094024275.png

 

dmwwebartisan
Shopify Partner
12368 2558 3744

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
oddmart
Tourist
5 0 1

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

dmwwebartisan
Shopify Partner
12368 2558 3744

@oddmart 

If helpful then please Like a solution and welcome again!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
benfrombelow
Visitor
2 0 0

Screenshot 2024-10-23 at 9.54.33 PM.png

 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.