• Hi,

    I have been looking for days to remove the underline on the list of previous post. Here is what I mean. Whey you visit Refinance Home Mortgage Loan you will see it on the left under archieves that All the previous posts are underlined. It does not look good.

    Anyone knows what is the trick. I am learning, but can not figure this one out yet and it bothers me a lot.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

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

    change it to,

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

    Thread Starter jslee15

    (@jslee15)

    Dear t-p

    Thank you for your help. I did a find and replace in my source code, but it has not brought anything. Where would I find that code to change. Sorry for the elementary questions.

    Thank you

    JS

    Moderator t-p

    (@t-p)

    look for it in your theme’s style.css

    Thread Starter jslee15

    (@jslee15)

    Dear t-p,

    Here is the whole stylesheet,

    [CSS moderated as per the Forum Rules. Please post a link to your site instead.]

    I have done what you said much before, but no change. I can not figure this one out.

    Regards,

    Jeong

    Moderator t-p

    (@t-p)

    I am unable to view your style.css
    Try this: append this

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

    to the bottom of your style.css and see what happens. Make a backup of your file before making changes.

    Hello, I am having the same problem. I posted a few new post and they are in purple and underlined. How can I change that. They are attached to links. Please let me know and thanks. My site is xtreamsportsperformance.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How Can I Remove Underline on Archieve Blog Post List’ is closed to new replies.