How would i go about adding a background image to a page like these examples?
https://www.webdesignerdepot.com/cdn-origin/uploads/2013/01/sports-006.jpg
https://www.webdesignerdepot.com/cdn-origin/uploads/2013/01/sports-017.jpg
I would obviously need to have a boxed version of the enfold theme vs. full width.
Thanks in advance for your help.
Hey jordannick,
You would need to add the image to your media library and then use css to add it to the background of the body.
Best regards,
Jordan Shannon
Oh okay. Thanks Jordan. I was hoping it was under ‘Theme Options’ .
Could you give me an example of the CSS code that I could insert?
Hi,
Sure,
You would use the box setting and then the css would look something like:
body{
background:url('image url');
}
You may have to adjust the background position a bit if you need it positioned in a specific manner.
Best regards,
Jordan Shannon