Site Background image

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, May 2, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    Is it possible for an upload background image to appear ONLY on the homepage and the default background on the other site pages? Essential the uploaded background image would only show on the homepage - www.squirrilit.com

    Also please excuse the numerous changes as I'm working the desired layout.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    As you know that the homepage of GeoCraft contains different section with different background. So, I am not clear about your section you want to change the background.

    That's why I am providing you the CSS code for each section of the homepage.
    Code:
    body.home .menu_wrapper .menu-container {
      background: blue !important;
    }
    body.home .header_wrapper {
     background: green  !important;
    }
    body.home .wrapper {
      background: red !important;
    }
    body.home .header_wrapper .header {
      background: pink !important;
    }
    body.home .footer_wrapper {
      background: yellow!important;
    }
    Thanks,
    Praveen
     
    marketingsalesllc likes this.
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hi Praveen,

    Thanks for the code above as it may prove beneficial down the rode. However I'm looking for something a little different, if indeed it is possible.

    I'd like for the background image I upload to only appear as the background image for the homepage - www.squirrlit.com , not the other pages on the navigation menu.

    The background image I uploaded, would not be the background for the remaining pages such as (currently the background image I uploaded is on all the pages):
    http://www.squirrlit.com/about-us/
    http://www.squirrlit.com/faq/
    http://www.squirrlit.com/all-listing/
    http://www.squirrlit.com/business-owner/

    For the remaining pages the background image would be the default background of the geocraft "black" theme.

    Currently when you upload a background image, it becomes the background image for the entire geocraft the, I don't want that, I only want it to appear as the background for the homepage.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    The earlier provided code that I gave to you will do the same thing that you required.
    It will set the background only for homepage and the other page will contain the default background.

    Hope I made it clear to you.

    Thanks,
    Praveen
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page