ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

How do I remove the "dotted underline" when I create a hyperlink within a post? #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Anton,

Thanks so much for the great theme!

Question: How do I remove the "dotted underline" when I create a hyperlink 
within a post?

The reason why I am asking is because my site contains a few linked images, 
and it has the dotted underline with it. I tried editing the CSS 
stylesheet, but not having any luck. =(

Hope you can help.

Thanks a million in advance,

Gwen

Original issue reported on code.google.com by gwen0...@gmail.com on 6 Nov 2009 at 7:23

Attachments:

GoogleCodeExporter commented 9 years ago
Gwen,

Same issue here.  Sociable icons, for example, show underlining.

Original comment by techbot...@gmail.com on 22 Nov 2009 at 4:34

GoogleCodeExporter commented 9 years ago
Been trying for a few weeks to remove the underline. It looks like it is more 
visible 
in Firefox than Chrome.

http://lovehentaimanga.com/

-Gwen

Original comment by gwen0...@gmail.com on 29 Nov 2009 at 8:17

GoogleCodeExporter commented 9 years ago
I was able to remove the dots under the post headlines under the COLORS tab of 
the
theme customization window by changing the tags H5, H6, TH color to white.  This
makes the dots "disappear."  I don't know what negative effects this might 
have. 
Also this did not remove the underline from hyperlinks within posts.  

There must be a bit of code telling it how to treat hyperlinks that can be 
modified
somewhere.  help anyone.  I don't like how it looks.

seth

Original comment by hikesp...@gmail.com on 13 Dec 2009 at 6:49

GoogleCodeExporter commented 9 years ago
The headline has a temporary (previous comment) solution that works if you have 
a
solid color background. But the hyperlinks in posts is still an issue. Anton 
seems to
really like the dotted underline, since it appears also on his homepage. But a
feature to change the underlining/appearance of links would be very welcome!

Original comment by eves...@gmail.com on 13 Dec 2009 at 4:09

GoogleCodeExporter commented 9 years ago
For remove underline in posts use follow CSS code:
.entry a {
    border:0
}

Original comment by AntonShe...@gmail.com on 19 Jan 2010 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 19 Jan 2010 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 27 Jan 2010 at 11:59