I can't change the margin color on my site

I can't change the margin color on my site

JayKay89
Excursionist
22 0 5

Hello! I cannot figure out why the margin color is different on my site?

 

I want it to be all white - whenever I add margin to certain sections, I see this cream color, which is not in my color scheme?

 

Any ideas? Thanks

 

https://hudalrul7v3yg264-8134245.shopifypreview.com

 

Screenshot 2025-04-25 at 1.00.00 PM.png

 

Screenshot 2025-04-25 at 1.19.29 PM.png

Replies 4 (4)

Laza_Binaery
Shopify Partner
453 78 128

HI @JayKay89 

 

Your section color is picked up from body background color from 

body {
    background-color: #F4EFED;
}

and that is probably set in theme settings.

 

You can override it in several ways. First, on the section level, if there is no setting for the Color schema or background color, you can add CSS in Custom CSS part

{
    background: #fff;
}

 

Or if you want for all countdown sections, most likely you do not want but still :

.countdown-section {
   background: #fff;
}

 

Kind regards
Laza
www.binaery.com
JayKay89
Excursionist
22 0 5

unfortunately that didn't seem to do the trick. But maybe I added the code to the wrong section?

topnewyork
Astronaut
1368 165 224

Hi @JayKay89  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
JayKay89
Excursionist
22 0 5

Hey there! Here's the link: https://g8e45qhpuecinkpn-8134245.shopifypreview.com

 

Thanks so much!