Adding only the following style to the standard 2017 theme CSS should do the trick:
.site-content-contain {
background-image: url(“https://restaurant-da-vinci-spo.de/wp-content/uploads/2018/07/1-holz-1.jpg”) !important;
}
Maybe !important isn’t needed at all.
—
Es reicht, wenn Du nur diese eine Style-Angabe zum Standard-CSS hinzufügst:
.site-content-contain {
background-image: url(“https://restaurant-da-vinci-spo.de/wp-content/uploads/2018/07/1-holz-1.jpg”) !important;
}
M?glicherweise ist das !important auch gar nicht n?tig.
Sebastian