Body Content Background Colour

Discussion in 'Dzonia WordPress Theme' started by fcrecca, Mar 28, 2013.

  1. fcrecca

    fcrecca New Member

    Joined:
    Mar 26, 2013
    Messages:
    4
    Likes Received:
    0
    Hi,

    Wonder is there a way to change the background colour of the content? Default is white and i couldn't find in the coding to edit the colour.

    Thanks
     
  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_wrapper{
    background:red;
    }
    Inplace of "red" put your color code.
     

Share This Page