Recently I changed my footer background color to a light gray where links in this color show up well. Unfortunately, after clicking on the link, the text takes on a similar color of the background making it difficult to see. I can’t seem to be able find where to change the secondary color of links in the footer.
I went there to change the color to what it is now, but the secondary color link I can’t figure out how to change. Maybe I missing it and it’s right in front of me.
Sorry… I was thinking you were on Circumference, so I gave you the wrong path to customize.
For Celestial Reloaded, it looks like I need to add that to my next update. The “Visited” colour is what you are seeing, but this should be the same colour as the original link colour.
Open the style.css and change this on line 728
#footer-wrapper a,
#footer-wrapper a:visited {
color: #ccc;
}