Changing the background color of the Casper theme

Hello,

I’m trying to change the background color of the Casper theme, but after a few tries it doesn’t seem to work.

In global.css, I changed the background below from #fff to my target color which is #ecece8.

body {
color: #35373A;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen, Ubuntu, Cantarell, “Open Sans”, “Helvetica Neue”, sans-serif;
font-size: 1.6rem;
line-height: 1.6em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
text-rendering: optimizeLegibility;
background: #fff;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga" on;

}

Then I uploaded and activated the theme, but don’t see the change. Do I need to do anything else?

Thanks!

Casper has a build step, so you need to make sure to run it for the styles to apply to the theme.

Thanks!

Hello,
I’m trying to do the same thing. I didn’t quite understand what needs to be done. Can’t I just use some code replacement in the .css file using Visual Studio Code, for instance, to make those changes to the theme?

I’m a newbie, sorry for that.

Thanks in advance!