How do I change the color of my hotlinks in my site?

Permalink
Hello,

My website is somehow set to use an ugly yellow color for all the hotlinks. I find I can't see this color very well, and I would like it to be a nice blue to harmonize with the colors on my site and be more readable. I have no idea where to go or how to edit this. Someone else set it up for me. Can someone tell me what to do?

Here is a page for an example:
http://geminiuniversal.com/taurus-tips/...

Thanks,
Susan

ses604
 
tallacman replied on at Permalink Reply
tallacman
Your typography.css file is mis-coded. It says this:

a {
/* customize_link */ text-decoration:none; /* customize_link */
color:#B4C835;
}

Change that to:

a {
text-decoration:none;
/* customize_link */color:#B4C835;/* customize_link */
}

And youll be able to change it in the customize theme dialog.