Change the colour of the footer menu old linked links

Hello, in my website www.ulum.es, in the footer menu, after I click one link, the next time the link text appear in blue, similar colour of the foother background. Then It’s difficult read it with these contrast. I would like know how to change the secondary colour of the links, or if it’s not possible, how to change the foother colour.

Thanks a lot and best regards.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color after it has been visited by going to Appearance > Customize > Additional CSS and pasting it there.

/*Font color*/
li a:visited {
    color: white;
}

Best Regards,
Support

Thanks a lot! It worked perfectly.

If someone have the same problem, I recomend change the colour not for white, better by grey. I used this code:

/Font color/
li a:visited {
color: grey;
}

The reason is because if you use white, then the pingsback also change to white, and they become invisible after the first click :slight_smile:

¡Thanks a lot!

Hello there,

I am glad the solution worked for you and using grey is a great option, if one does not already have a color in mind.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support