Hi hansjoerg.jaeckel
You can manipulate the CSS elements by adding this to your main style sheet(style.css).
body.custom-background {
/** ADD YOUR PROPERTIES HERE**/
}
Ideally you must add this at the bottom of the file and use “!important” to overwrite other style elements.
Let me know if it works!
Thanks