I cant seem to find out where to fic this.. But the links are showing up bold.. I want them to be underlined and non-bold... or at least non-bold..
http://heronswoodvoice.com/2007/12/17/exciting-new-plants/
Thanks
I cant seem to find out where to fic this.. But the links are showing up bold.. I want them to be underlined and non-bold... or at least non-bold..
http://heronswoodvoice.com/2007/12/17/exciting-new-plants/
Thanks
Remove font-weight:bold; from #container #content #contentbody a:link.
In your theme's stylesheet, you have this code:
#container #content #contentbody a:link {color:#663300; font-weight:bold; text-decoration: none; }
Change that to this:
#container #content #contentbody a:link {color:#663300; text-decoration: underline; }
That worked - Thanks
Thanks Otto
Now the some of the links are underlined and some are not... Same for my titles... If they are a link I want them underlined all the time.. The headers I do not want underlined ever..
Thanks again
This topic has been closed to new replies.