How can I change a section's background color on my website?

Solved

How can I change a section's background color on my website?

HonorDigital
Excursionist
24 0 5

Hello! 

Hello! Working on a site and needing to change the background color of a section. Here is the code I have tried but its non responsive. Thoughts? shopify-section-template—15647151882406__1655760875a7ef7597 { background: #545454; padding: 25px; margin: 15px 0; }

 

Thanks in advance to a great community!

Accepted Solution (1)
DitalTek
Shopify Partner
842 100 119

This is an accepted solution.

Can you please add the code bellow at the bottom of assets/theme.css file:

 

.index-section .text-with-icons{
background-color: #EBD9D6;
padding: 30px 0px;
}

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp

View solution in original post

Replies 7 (7)

DitalTek
Shopify Partner
842 100 119

hi @HonorDigital ,

What the link to your website? and can you point me the section you want change the background?

Thank!

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp
HonorDigital
Excursionist
24 0 5
DitalTek
Shopify Partner
842 100 119

Is this part, right?

PHAVIA_0-1657150002731.png

Do you have check in the settings of theme?

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp
HonorDigital
Excursionist
24 0 5

Yes, it doesnt give me a color switcher on that section sadly

DitalTek
Shopify Partner
842 100 119

what the background-color you want make for this part?

If the theme not support change the background for it, we can do it with css style.

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp
HonorDigital
Excursionist
24 0 5

Oh awesome! #EBD9D6 is the code

DitalTek
Shopify Partner
842 100 119

This is an accepted solution.

Can you please add the code bellow at the bottom of assets/theme.css file:

 

.index-section .text-with-icons{
background-color: #EBD9D6;
padding: 30px 0px;
}

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp