• This has probably been answered already, but I don’t know how to find the answer. I’ve been a Virtue user for several years and it’s a recurring question.

    BTW, what I’m trying to discover right now is the CSS for specifying the colour of visited links.

    So, to clarify, that’s two questions:

    1. How to search this forum.
    2. How to specify visited link colour.

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I get the most luck through google searches. You can also search in the in the search bar to the top right of wordpress.org. Searches like this one:

    “change visited link color virtue theme”

    work very well. I was able to find this answer on the first link.

    This CSS will change the color of your visited links. Just change the color property to whatever you like.

    a:visited {
    color: #FF0000;
    }

    Hope that helps!

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    Thank you JX-3P. Much appreciated. Season’s greetings from Bath, in the west of England.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I search this forum?’ is closed to new replies.