New Colors
Taylor
I have been quite displeased with the color of links on my site and finally (after over a year) have taken it upon myself to figure out how to do it. I’m no programer by hear, so with a bit of fiddling and Google searching, I found the code that changes it up. Unfortunately it seems that one setting changes everything on the site. I wish I could control the text color in body, comments, sidebar, etc. all separately, but it appears I cannot.
Please let me know what you think of the color I’ve chosen for now. Does it fit with everything else? Does it stand out enough? Does it clash? Thanks for your input!
Posted in Update |
2 Comments »






December 15th, 2008 at 9:51 am
I'm confused…are you using HTML? Because I feel like back in the day I figured out how to change the color of my text, links, and clicked-on links…
December 17th, 2008 at 6:14 am
You can change everything using CSS. You just need to add classes to your anchor style definitions:
a.mylink:link{style}
a.mylink:active{style}
a.mylink:visited{style}
a.mylink:link:hover{style}
a.mylink:active:hover{style}
a.mylink:visited:hover{style}