Wednesday, May 23, 2007

Uglyline

Can somebody tell me how to get rid of the underline in the post title? I can't find anything in the HTML code that says "underline" or "border" in the wrong spot. It's the Sandollar template from Blogger if anyone has any knowledge. Look, just because this isn't a real blog, doesn't mean it shouldn't look pretty. Shut up I like the colors.

5 comments:

Don said...

It must be in the css portion of the template. If this was a real blog I'd look and see, but it isn't.

Jeff said...

I'll get back to you. I dealt with it too, and figured it out, but I need to retrace my steps.

jennyjinx said...

Find this

h3.post-title a,
h3.post-title a:visited {
color: #6D3972;
}


Right below color add

text-decoration: none;

Preview. Save.

If you ever get around to blogging and decide you don't like the underlined links in your post, just
add that code to every a class that you can find (if it doesn't have that already). 'a class' meaning a, a:hover, a:visited, etc.

Teacake said...

Thanks JJ! That did the trick.

Class of '88 said...

Yay!
I searched and found this post. EXACTLY my problem, with sanddollar.
Thanks!