header/footer and slider background

Discussion in 'BizWay WordPress Theme' started by katus, Dec 10, 2012.

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

    katus New Member

    Joined:
    Nov 17, 2012
    Messages:
    11
    Likes Received:
    0
    Hi,

    Is there are way to change the header/footer and slider backgrounds on the home page? I really want them to be black so that the entire page's background is black.
    Not fond of the all white background, and it doesn't match in with the company's other publications.

    Thank you

    Katus
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .slider-wrapper-container{
    background:black;
    }
    .header-container{
    background:black;
    }
    .footer-wrapper{
    background:black;
    }
     
  3. peerlessav

    peerlessav New Member

    Joined:
    May 15, 2012
    Messages:
    6
    Likes Received:
    0
    Can you add an image to the background instead of black?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container{
    background:url("Enter your image address");
    }
    .slider-wrapper-container{
    background:url("Enter your image address");
    }
     
    .footer-wrapper{
    background:url("Enter your image address");
    }
     
  5. katus

    katus New Member

    Joined:
    Nov 17, 2012
    Messages:
    11
    Likes Received:
    0
    thank you - works brilliantly!
     
Thread Status:
Not open for further replies.

Share This Page