Change the background of one page (not sitewide)

a simple solution as @JohntheFish wrote is to add a ‘Header Extra Content’-Attribute for that page and add

<style>
body {background-color:rgb(17, 0, 43);}
</style>

use your rgb or hex color

1 Like