This topic has 3 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Stan Russell
Hi 8Theme team
would you help me please? How can set an image in background body and footer?
Thanks
Hello,
You can add the image for body in Theme Options->Color Scheme->Site Background.
To add image for footer area you need select an image in a row setting for the Static Block.
See screenshot: http://prntscr.com/8rxvg1
Regards,
Robert Hall.
Hello,
you may use following css examples for main content, footer and copyright areas:
.page-content{background-image: url(https://www.google.com.ua/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png) ;}
.footer{background-image: url(https://www.google.com.ua/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png) ;}
.copyright{background-image: url(https://www.google.com.ua/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png);}
You can enter needed path to background images between brackets.
For more examples please check following link: http://www.w3schools.com/css/css_background.asp
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up