I am having the same problem, visited links show up near-white on the white background. The site is https://www.nspf.co.uk and the link code from style.css is pasted below:
a: {
color: #008B8B;
}
a:visited {
color: #008B8B;
}
a:active
a:hover {
color: #008B8B;
}
Anyone have any ideas what else could be causing this problem? I have spent hours searching the theme for other a:link codes… no luck. Any help would be much appreciated!