Replies: 3
Hi there,
As soon as I insert a website background when customizing, the background is not displayed.
Even for single pages via CSS it doesn’t work.
body.page-id-IDFROMPAGE {
background-image: url (‘http: // localhost / wp-content / uploads / 2019/12 / xxxx.jpeg ‘);
background position: center center;
background-repeat: no-repeat;
background attachment: fixed;
background-size: cover;
}
The background image is displayed behind the entire contents. But you don’t see it!
Does anyone know why? It works for other themes.