Issue w/ Sense theme background

I seem to be having an issue with the Sense theme. As shown in the photos, I’m unable to change the backgrounds from this greenish gradient to the color palette I’ve actually selections of the website – making the site seem inconsistent. Would anyone have a solution to this problem?

1 Like

Hi @ChristinaJones ,

Im sorry, I cant see the problem? The Images youve shown are live? This is my SS now in you site.

No the site is not live. I don’t want to publish until I know this can be resolved.

1 Like

Can you share the preivew? or you can PM me anytime. Thanks!

https://creativesareessential.co/?_ab=0&_fd=0&_sc=1&preview_theme_id=132864934078

1 Like

Thank you for the information. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
body.gradient {
    background: white !important;
}

Result:

This will go for all the pages. You can change the color anything you like also.

I hope it help.

1 Like