How to change background image

This code isn’t coming from Core, so you should search down where the shortcode comes from – a theme or a plugin. My guess is that “2407” might be the Post ID of a particular image. If that is true, then you can go into your Media Library and find the Post ID of the … Read more

Inserting a background-image

I think your CSS is OK, (I am not an expert at CSS but I am currently learning it myself). I think you issue is a cerficate error on the page you are hosting try this: body {background-image: url(“https://image.shutterstock.com/image-vector/sample-stamp-grunge-texture-vector-600w-1389188336.jpg”); background-size:cover;} I tested it in the additional CSS on my page and it worked. I also … Read more