Body Color

Discussion in 'BlackBird WordPress Theme' started by angsan2479, Feb 2, 2013.

  1. angsan2479

    angsan2479 New Member

    Joined:
    Feb 2, 2013
    Messages:
    1
    Likes Received:
    0
    I was able to change the background color of my website but the body section (in the center) is still white. How to a change that?

    My website is www.breastbaby.org
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .bgimagecolor {
    background:#feccff;
    }
    This will solve your issue.

    Thanks.
     

Share This Page