Hi there,
I would like to have a background image for my blog index page. I already tried various solutions from the forum, but nothing seems to work.
For example I added this code in the customizer > css:
.site{
background-color: tranpsarent!important;
}
.blog {
background: url("path-to-my-image") no-repeat fixed center center / cover ;
}
Now I do not use the X blog index page anymore – I have created a new blog index page with essential grid. What I tried is using a background image from the page settings in WordPress. What happens is that the chosen background image is shown BELOW the footer???
Can you tell me what is wrong?