Where can I change the background color of the BODY

Discussion in 'Andrina WordPress Theme' started by thouston, Feb 14, 2013.

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

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    Where can I change the background color of the BODY, not the Background of the website, but the body where the slider and feature images are residing?
     
  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:
    .main-content {
    background-color: red;
    }
    Inplace of "red" put your color code.
     
  3. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    You guys are awesome! Fast Response! THANK YOU!
     
  4. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    One more... how can I make it a background picture, and where is the code for the background of the SLIDER. It doesn't change that.

    See here. http://www.eventsbyroyalresorts.com

    THANK YOU!
     
  5. 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:
    .main-content {
    background: url('Enter your image address');
    }
     
  6. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    SWEET! THANK YOU!
     
Thread Status:
Not open for further replies.

Share This Page