Changing Section Background Color with CSS

Changing Section Background Color with CSS

EmanioCreative
Shopify Partner
5 0 2

I have a section that is 50% an image and 50% text. I'd like to add a background color to this section. I clicked the section and under Custom CSS typed the following:

 

background-color: #808080

 

However, this did not change the color of the sections background. My store is Shopify 1.0 and using the theme Turbo. Is this something that I'm able to do in the Custom CSS section? I appreciate any suggestions. 

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Hi @EmanioCreative 

You need a selector to change the section you like to change. Would you mind to share your store URL, and please point out which background you like to change? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
EmanioCreative
Shopify Partner
5 0 2

Sure, thank you! The page is HERE and I'd like to change the 50/50 section with the title "Skin is the Mirror to your overall health".

EmanioCreative
Shopify Partner
5 0 2

Actually I was just able to find the selector! Thanks for your advice!

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Thats good to hear. Welcome. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

ZenoPageBuilder
Shopify Partner
1052 203 229

Hello @EmanioCreative 👋

Please try this code

#shopify-section-07bf8031-8560-4699-90ff-debea615f8ed {
    background-color: #808080 !important;
}

It includes the ID of the section so it should work.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com