Help With Link Color in Word Press

Discussion in 'HTML & Website Design' started by Claymation, Sep 3, 2007.

Thread Status:
Not open for further replies.
  1. #1
    I've been beating my brains out trying to figure out where the links within a post can be changed to a different color.
    The default is very close to the rest of the text- obviously not what we want.

    Can anyone look and explain where I might accomplish this in WordPress?
    Thanks!
    http://www.bigcitytravels.com/blog/
     
    Claymation, Sep 3, 2007 IP
  2. Lynsey

    Lynsey Peon

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    a { color: #555; background: inherit; text-decoration:none; }

    a:hover { background: FFF; }

    change the a { color:#555; to whatever color you want in the css code
     
    Lynsey, Sep 3, 2007 IP
  3. amanamission

    amanamission Notable Member

    Messages:
    1,936
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    210
    #3
    This feature will be associated with your theme. You'll need to edit the CSS at the code level.
     
    amanamission, Sep 3, 2007 IP
  4. Claymation

    Claymation Peon

    Messages:
    1,031
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Problem I'm having is finding it in the CSS anywhere.....

     
    Claymation, Sep 4, 2007 IP
  5. MichaelS

    MichaelS Guest

    Messages:
    595
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Use find(CTRL+F in firefox).
     
    MichaelS, Sep 4, 2007 IP
  6. jquindlen

    jquindlen Notable Member

    Messages:
    1,725
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    220
    Digital Goods:
    1
    #6
    Ha ha. That's funny. I created this theme.
     
    jquindlen, Sep 12, 2007 IP
Thread Status:
Not open for further replies.