Set Theme Page Background Colour

Is there a way to set the page background colour in the theme editor?

That’s currently not possible but we can add it maybe @George

For now you can do this by adding:

body {
    background: #eee;
}

in your css file.

1 Like

Will also investigate the possibilities of dark themes :slight_smile:

1 Like

Having it in the editor so that we can see it on the preview page would be great.

3 Likes