Changing Background Color In Blog

Discussion in 'CSS' started by banks1, Aug 4, 2009.

  1. #1
    I've gone through the whole CSS, and I feel like an i-d-i-o-t. I can't simply change the background color of my blog from black, to white. Can anyone help out?

    Link to my blog is www.iblogplanet.com

    Thanks in advance.
     
    banks1, Aug 4, 2009 IP
  2. nwdeal2

    nwdeal2 Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Okay, here you go. In the file iblogplanet.com/wp-content/themes/quickrise/assets/css/style.css

    Change:

    body {
    text-align: center;
    font: 12px Verdana;
    color: #ffffff;
    background-color: #000000;
    }

    To:

    body {
    text-align: center;
    font: 12px Verdana;
    color: #ffffff;
    background-color: #FFFFFF;
    }

    You can use an ftp program and dreamweaver, or go into the theme editor on your wordpress admin and change the style.css file. Thanks
     
    nwdeal2, Aug 4, 2009 IP
    banks1 likes this.
  3. banks1

    banks1 Peon

    Messages:
    1,325
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks! I tried that originally, but must have done something wrong..

    Thanks once again :)
     
    banks1, Aug 4, 2009 IP