• Hello All,

    I tried to change the visited link colours on page. It is purple now, and in the footer it is not readable because of the background colour.

    The colour changes for half a second, then changes back to the purple colour.

    I tried to add additional css in the customizer, and I tried changing the color in the css of my child theme.

    This did not work.

    • This topic was modified 3 years, 4 months ago by wietsenl.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    Try this piece of CSS:

    a:visited, a:visited:hover {
        color: gray;
    }

    You can, of course, type in any color code instead of grey. Let me know if that helps.

    Thread Starter wietsenl

    (@wietsenl)

    Thanks, I tried it. But the colour stays purple…

    Hmm I’m not sure that I understand your issue. This is specifically related to your footer link color (Proudly Powered by WordPress) yes?

    I did not see other link text in your homepage, but I did see the link in the footer, and for me it is purple, but the background color is white, so I find it to be pretty easy to read.

    Screenshot of what I see at this link: https://d.pr/i/eWGJuC

    What color are you trying to have that be if not purple? What about the hover color? What is that to be?

    Thanks for the additional info!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Visited link colour does not change’ is closed to new replies.