Changing main background colour

Discussion in 'ColorWay WordPress Theme' started by tcavanagh, Mar 10, 2013.

  1. tcavanagh

    tcavanagh New Member

    Joined:
    Mar 9, 2013
    Messages:
    1
    Likes Received:
    0
    Hi

    I would like to change the main background colour to white, can this be done. I can only find a way of uploading images. Is there a plain white jpeg available.

    Kind regards
     
  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:
    body{
    background:white;
    }
     

Share This Page