PenciDesign replied
Staff Reply
Hi,
Do you mean background image for all site?
If right, please use this code for example:
\
body.postid-221 .wrapper-boxed{ background-image: url('your-background-image-url-put-here') ;background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
Note:
1/ You need to replace number 221 on the above code to your posts ID. Check this image to know how to find ID of a post.
2/ Replace 'your-background-image-url-put-here' to your background image url.
Best Regards,
PenciDesign