How do i change font color????

Discussion in 'HTML & Website Design' started by tonyfloyd, May 24, 2007.

  1. #1
    where do i change font color on this site???

    www.seoclient.com

    i've gone into .css file and i do not see where i would do this

    any help??

    thnks!
    tony
     
    tonyfloyd, May 24, 2007 IP
  2. panfor

    panfor Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you joking or spamming? Are you webmaster of this site?
     
    panfor, May 24, 2007 IP
  3. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    changing the font colour is the basic thing and you can find loads of help on the net.just google it.or open your page in a web-editor and do it that way if you know how.this is basic stuff man
     
    coldgansta, May 24, 2007 IP
  4. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #4
    i know its basic....im in wordpress .css file and it doesnt have font color....

    font color for body of each post...etc....

    /*
    Theme Name: Adformat
    Theme URI: http://pilkster.com/seo-adsense-wordpress-theme/
    Description: Theme formatted for industry-standard size banners and adverts. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons</a>. Attribution links must stay.
    Version: 1.0
    Author: Simon Pilkington
    Author URI: http://pilkster.com/
    */

    *
    {
    padding: 0;
    margin: 0;
    }

    body
    {
    font-size: 76%;
    font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    }

    hr
    {
    display: none;
    }

    #page
    {
    width: 790px;
    margin: 0 auto;

    it just shows font size and font family.....
     
    tonyfloyd, May 24, 2007 IP
  5. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #5
    Please try to avoid double posting. Find these lines:

    .post
    {
    margin-bottom: 20px;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
    }

    and change #000000 to your desired color.
     
    Katy, May 24, 2007 IP
  6. nicheguy1

    nicheguy1 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In whatever Theme you are using go into the style.css file and check the color codes.
     
    nicheguy1, May 24, 2007 IP