Set an image in background body and footer

This topic has 3 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Stan Russell

  • Avatar: camposricardo86
    camposricardo86
    Participant
    October 16, 2015 at 14:00

    Hi 8Theme team

    would you help me please? How can set an image in background body and footer?

    Thanks

    2 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 16, 2015 at 14:40

    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.

    Avatar: stan
    Stan Russell
    Participant
    October 16, 2015 at 14:55

    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.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.