Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #885077
    gabriellavanrij
    Participant

    When someone has clicked on a link throughout our site, the link then shows purple. What code should I add to make it so that it stays white? See attached image:

    http://gabriella.global/blog/

    I am running a child version of X 4.3.4 on WP 4.4.2.

    #885819
    Thai
    Moderator

    Hi There,

    Please find this CSS under style.css in your child theme:

    a:visited
    {
        color: #800080;
        text-decoration: underline;
    }

    Then change to this:

    a:visited
    {
        color: #fff;
        text-decoration: underline;
    }

    Hope it helps 🙂

    #886218
    gabriellavanrij
    Participant

    That worked! Thank you!

    #886774
    Thai
    Moderator

    Glad it worked.

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-885077 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>