How to change website backgroundColor ?

Hi all,
In almost every element, we can change the backgroundColor using $w(“element”).style.backgroundColor.
How can we do it on page level ? I tried $w(“page1”).style.backgroundColor but it doesn’t work. Basically what I’m trying to do is this in js: document.body.style.backgroundColor = “black”; Any idea ?
Thanks for your answers.

You can’t :slight_smile:

OMG really ? There is no workaround ?

You can add a strip for whole page maybe

@andreas-kviby sure but then they won’t fit automatically when resized.

:persevere: Ah come on Wix, expose style property on Page!