I want to use page specific header background images.
The general image ist defined in the header.php, included in the /mytheme/index.php:
Code: Select all
<header style="background: black url(https://mydomain/bl-themes/mytheme/img/image.png);">Code: Select all
"header-img": {
"type": "string",
"placeholder": "Background image in header"
}
How could I influence the style of the <header> background after the page template is loaded?
Thanks in advance for help.

