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!