Change the background color of body

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, May 29, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi I would like to change the background color of the body from white to another light color. Do I have the option of adding a background image for the body?

    Thank you

    http://69.195.124.91/~wsbowhun/Bowhunters/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .container {
    background-color:red!important;
    }
    Inplace of "red" put your color code.


    And for adding background image

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .container {
    background-image:url('Enter your image address');
    }
     
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It seems that you have not enter correct image address, Enter correct image URL, It will solve your issue.

    Sending image for reference

    [​IMG]
     

Share This Page