How to change the background color of the whole page?

The question is simple, i wonder how can i change the white background of the whole page to whatever color i want

Hi @Fankochi,

You can add a background color to the body of the page in the content CSS section in the data tab, e.g. body { background-color: blue; }. Another option that doesn’t require custom CSS would be to wrap your page content in a section block and give the section block a background color in the styles tab.

It works, Thank you !