• Closed
  • Mike
    Spectator
    March 26, 2016 at 9:56 pm #25933

    Hi,

    I would like to use a picture for the content background on my home page.

    On all additional pages I would like just the content background to be the color I select.

    Is it possible to have the content image background only active on the homepage?

    Thanks,

    Mike

    Denzel Chia
    Moderator
    Posts: 2672
    March 27, 2016 at 7:42 pm #25955

    Hi,

    Please post your website URL, and url of your image.
    And also tell me which part of your homepage, you want the image as background.

    Thank you

    Mike
    Spectator
    Posts: 5
    March 30, 2016 at 8:33 am #26043

    The website is pantanaltrips.com

    You’ll see on the homepage the content background picture is a map.

    If you click the other pages in the menu I’d like the content background just to be a solid color without the content background picture of the map.

    Thanks for your help.

    Denzel Chia
    Moderator
    Posts: 2672
    March 31, 2016 at 3:16 am #26093

    Hi,

    I don’t see any map on your home page.
    I can only see a bird and some animals.

    Using your bird background as an example.

    Remove your background from Appearance -> Customize

    Use custom css to add background to home page only, by using the .home class

    .home body{
    background-attachment: fixed;
    background-color: #7d9ec3;
    background-image: url("http://www.pantanaltrips.com/wp-content/uploads/2016/03/96x200-Swallow-tailed-kite-Elanoides-forficatus.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    }

    Thank you