I am trying to get the links in my categories to replicate the links on my whole page.
I have tried for the last three hours changing colors one by one to find out the part of the style sheet that is related to this but to no avail.
I actually added this code...
.sideBoxContent a:hover{
color: #008000;
}
Which I realised was missing when I compared it to another site I had installed and that fixed the "hover" issue.
I then added
.sideBoxContent a:visited{
color: #000000;
}
In the hope of getting the visited link to turn black, just the same as all my other links...this doesnt work....I have run out of options and ideas as I think I have changed every colour code imaginable!!!
Can anyone direct me to the correct code that needs changing?
Here is my site h ttp://storerevolution.com



