New Guy, Simple Question

Discussion in 'HTML & Website Design' started by AMac08, Jun 6, 2008.

  1. #1
    Hi there. I have installed Wordpress on a site of mine, and would like to keep the original theme, but change the background color from white to black.

    I have opened up the advanced theme editor, and it appears that I need to use css? I have never done this, and wondered if any one here knows how to do this, and if they would be so good as to share their knowledge?

    Looking forward to all and any help.

    Best wishes to you all...

    Alex
     
    AMac08, Jun 6, 2008 IP
  2. GLD

    GLD Well-Known Member

    Messages:
    307
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Just put the following in style.css

    
    body{
    color: #000000;
    }
    
    Code (markup):
     
    GLD, Jun 6, 2008 IP
  3. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That would change the font colour, presuming that nothing is defined afterwards....

    I don't work with WP, but going on the above post change (or probably just add)

    
    body
    {
    background-color: #000000;
    }
    
    Code (markup):
    In the css file...
    :}
     
    nicangeli, Jun 6, 2008 IP
  4. brank20

    brank20 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The best way to learn is to experiment. Copy all the original code to a text file and safe it somewhere on your pc.

    Once that is done, feel free to change things at will. If you mess up, you still have the original code.

    Good Luck!
     
    brank20, Jun 6, 2008 IP