Comments anindyabaidya started the conversationMay 31, 2020 at 2:17pmHi Penci, I am trying to put a background picture in all my pages and post. However I can see option of putting colours only. Can you please help me how to insert a background image. If it is not possible, please suggest a plug in.ThanksAnindya 2,700PenciDesign repliedJune 1, 2020 at 4:36amHi,Please try add more this code to Customize > Custom CSS to do that: .wrapper-boxed { background-image: url('YOUR_BACKGROUND_IMAGE_URL_HERE'); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } Note: Change the 'YOUR_BACKGROUND_IMAGE_URL_HERE' to your background image URL.You can check guide here to know how to find URL of an image upload WordPress.Best Regards,PenciDesign Sign in to reply ...
Hi Penci,
I am trying to put a background picture in all my pages and post. However I can see option of putting colours only. Can you please help me how to insert a background image. If it is not possible, please suggest a plug in.
Thanks
Anindya
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Note: Change the 'YOUR_BACKGROUND_IMAGE_URL_HERE' to your background image URL.
You can check guide here to know how to find URL of an image upload WordPress.
Best Regards,
PenciDesign