Body color changes on published site

Hello,
The body background color switches to light gray on published site even though I’ve put the white color in this style. I see that in inspect it really is gray and the white color is being crossed, but I don’t know why. Can anyone help?


Here is my site Read-Only:

Hey @Papaia, I believe this is happening because you have a custom style on the custom code area of the page.

Try to remove this part of the code:

body {
  background: #eee;
}

Let me know if it works!

I completely forgot I had the custom code! Thanks a lot, this worked!

1 Like