Viewing 6 replies - 1 through 6 (of 6 total)
  • To remove all underlining, plop this into your CSS:

    a{text-decoration:none;}

    To remove underlining only on links in the post headers, use this:

    .post_header a{text-decoration:none;}

    That code will affect both the author’s name and the post’s title. To change only the name and NOT the post title, use this instead:

    .post_header a{text-decoration:none;}
    .post_header h2 a{text-decoration:underline;}

    Whichever you pick, put it at the end of style.css (so it overrides any previous style declarations).

    Incidentally, you’ve got some validation issues, so your site might look (unpredictably) different depending on which browser (and browser version) you use.

    Thread Starter 3pointconversion

    (@3pointconversion)

    Thanks. 989 errors is to much for me to fix and I can promise you that 90% of that is theme problems because I’ve only added and moved around and few codes. If I get complaints i’ll look into it. When im not as sick, therefore, not as lazy, ill download some other browsers and test it.

    Thread Starter 3pointconversion

    (@3pointconversion)

    do i need to change anything in the php file? nothing is changing for me

    No, you don’t need to change the PHP, just style.css.

    I search your CSS, but don’t find .post_header a in it anywhere. I suppose that would explain why nothing has changed?

    Thread Starter 3pointconversion

    (@3pointconversion)

    https://www.3pointconversion.com

    you were helping me on wordpress support site. someone in firefox says its screweing up.

    https://i16.tinypic.com/6oczeqx.png

    im not sure how to fix this. like i said, any problems are theme problems. looks like i may have to switch themes if this is the case because i have no idea how to fix that. any help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing the underline in my links, how so?’ is closed to new replies.