Why is this colour showing up? Color Scheme + CSS Help

Hey Shopify Community – looking for some help regarding some background colours that are randomly showing up across my website. Not sure if this is a CSS or Color Scheme problem so would love some help.

I am having this minty green show up on my blog page backgrounds, section backgrounds (slideshow section and IG feed) and it is not a part of any of my color schemes. Would anyone be able to help? I do have some transparent backgrounds set for some of my color palettes but didn’t think this should be an issue.

Hi @jaimiesz

There is this code


        
    

And that color comes from

body{color: #000000;background-color: #e1e3dc !important;}

And looks like it is from EComposer Landing Page Builder app so check there.

Thanks Laza! I took a look at my Ecomposer and that was the issue. I appreciate your detailed response