Hi I tried to get an background color for the entire page. And the only Idea I came up with to put a container (default size) into another container (screen height).
Once I did that I got a weird effect:
Its resizing on hovering of the container. I made some screenshots.
We plan to add a setting to set the background colour of a page, but for now just set the container bg colour and as you fill the page with content it will cover the browser window (hope that makes sense).
Hi Dan,
send you the project already by email. But yeah will keep the cloud stuff in mind. Awesome to add this to a “setting” should be also “dark” / “light” changeable. Regarding the background I can do that over the template.
You can add the tailwind class to the body (e.g. class="bg-brand-500"). Be aware that if you do not use that background color anywhere in your page it won’t be exported. As a workarround until Realmac will provide the option you can just add a small hidden element that contains that bg-color. Then it will show up.