Help with wordpress code

Discussion in 'HTML & Website Design' started by hawksrnm1, Jan 22, 2009.

  1. #1
    hawksrnm1, Jan 22, 2009 IP
  2. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    go to your style.css at the line no. 150 you can modify here within ".commentlist p" such as

    .commentlist p {
    color:#000000; /* your comment text will appear in black */
    font-weight:normal;
    line-height:1.5em;
    text-transform:none;
    }
     
    normalfx, Jan 23, 2009 IP
  3. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This didn't work. The text is still showing white.

    Sean
     
    hawksrnm1, Jan 23, 2009 IP
  4. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I saw just "Jenny DiDonato Says: " is still white to solve this problem at the line no. 527 place this code color:#000000; within .commentlist li { ... }
     
    normalfx, Jan 23, 2009 IP
  5. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Well this is getting frustrating. Its still not working
     
    hawksrnm1, Jan 23, 2009 IP
  6. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Sorry I don't understand what do you want I just give you a code that change font colour to black. But if that you want is to chage a font family please use this font-family:"Verdana", Arial ...;
     
    normalfx, Jan 23, 2009 IP
  7. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    What do you mean you dont understand? I just told you its not working. Yes you gave me the code but its still coming out White not black.
     
    hawksrnm1, Jan 30, 2009 IP
  8. smartsites

    smartsites Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you are using firefox go and download firebug and you can pinpoint exactly what css style your sites classes are using.
     
    smartsites, Feb 2, 2009 IP
  9. TargetMarket

    TargetMarket Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Does anyone know of software that will allow me to edit my static website without going through my developer?
     
    TargetMarket, Feb 2, 2009 IP