How to change the background color....

Discussion in 'BlackBird WordPress Theme' started by odonnellmetal, Jan 22, 2013.

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

    odonnellmetal New Member

    Joined:
    Dec 31, 2012
    Messages:
    5
    Likes Received:
    0
    I want to change the background of all pages to an off-white color. By adding body{background-color:#F7F7F7!important} to the Theme Options-->Styling Options-->Custom CSS, I am able to change the right and left of the webpage (the wrapper?), but not the actual background of any of the pages.

    website: http://www.odonnellmetalfab.com/

    Picture of issue:
    http://www.odonnellmetalfab.com/wp-content/gallery/misc/backgroundcolor.png

    I want to change the color of B and C to the color of A.

    Please advise.
     
  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:
    body{
    background-color:#F7F7F7!important;
    }
    .bgimagecolor {
    background-color:#F7F7F7!important;
    }
    
    This will solve your issue.

    Thanks and regards,
    Piyush
     
  3. odonnellmetal

    odonnellmetal New Member

    Joined:
    Dec 31, 2012
    Messages:
    5
    Likes Received:
    0
    That worked. Thank you much.
     
Thread Status:
Not open for further replies.

Share This Page