$5.00 via Paypal for first person to solve this easy Wordpress question

Discussion in 'HTML & Website Design' started by zsales, Mar 5, 2008.

  1. #1
    I will give $5.00 to the first person that tells me how to do this:

    On the default Wordpress (2.3.x) theme, the blue url links are NOT underlined. What specific code do I change so that the default links ARE underlined like everyone is used to?

    $5.00 up for grabs :)
     
    zsales, Mar 5, 2008 IP
  2. pipsbank

    pipsbank Banned

    Messages:
    1,187
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <strike>bla bla bla</strike>
    how about this?
     
    pipsbank, Mar 5, 2008 IP
  3. zsales

    zsales Peon

    Messages:
    462
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Doesn't that just strike though?

    I want the url to be underlined like this. Whereas by default, the Wordpress theme's urls are NOT underlined. They're just blue. I know I need to change the .css somewhere for that, I just don't know how exactly.
     
    zsales, Mar 5, 2008 IP
  4. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #4
    change a{
    text-decoration: underline;
    }
    in style.css.
    In kubrick(the default theme) its under :

    a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }
     
    shallowink, Mar 5, 2008 IP
  5. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #5
    You would have to change values in the css file as shallowink said.

    Depends on the theme what part in the css.
     
    twistedspikes, Mar 5, 2008 IP
  6. zsales

    zsales Peon

    Messages:
    462
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #6
    What exactly do I change it to?

    Thanks.
     
    zsales, Mar 5, 2008 IP
  7. amazingronit

    amazingronit Well-Known Member

    Messages:
    1,334
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #7
    sent you a pm. please view it.
     
    amazingronit, Mar 5, 2008 IP
  8. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #8
    Change text-decoration: none;
    to text-decoration: underline;

    Can you post a link to the blog? I can adjust and send you the file back.
     
    shallowink, Mar 5, 2008 IP
  9. zsales

    zsales Peon

    Messages:
    462
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #9
    That did it for me. Please PM me your paypal address and I'll send you the $5.00.
     
    zsales, Mar 5, 2008 IP
  10. amazingronit

    amazingronit Well-Known Member

    Messages:
    1,334
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #10
    oh ok. i think i am late. never mind. congrats. :)
     
    amazingronit, Mar 5, 2008 IP
  11. camp185

    camp185 Well-Known Member

    Messages:
    1,653
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    180
    #11
    In your style sheet just look for something like this:

    a {color:blue; text-decoration:none;}

    Now delete the "text-decration:none;" part.

    edited because I didn't see it got answered.
     
    camp185, Mar 5, 2008 IP