Shopify themes, liquid, logos, and UX
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
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;
}
unfortunately that didn't seem to do the trick. But maybe I added the code to the wrong section?
Hi @JayKay89 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025