New Colors

December 15th, 2008 by 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 »

2 Responses

  1. Lauren Says:

    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…

  2. Joel Says:

    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}

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.