Why did my website's background color change unexpectedly?

Hi there,

I changed something in my shop but am not sure what and now the background is white… It used to be #F5ECF2.

When I go to Themes ➔ Adjust and click on the Settings ➔ Colors then the Background 2 is still #F5ECF2 and the elements still have background 2 selected. What could be the issue?

https://taneraskin.com/

Thank you for your help!

Best,

Isabelle

1 Like

Hi @isabellemaria ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @isabellemaria

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
main#MainContent {
    background: #F5ECF2;
}
  • And Save.

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!