Tagged: x Author Posts April 15, 2016 at 8:18 pm #885077 gabriellavanrijParticipant 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. April 16, 2016 at 11:10 am #885819 ThaiModerator 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 🙂 April 16, 2016 at 7:38 pm #886218 gabriellavanrijParticipant That worked! Thank you! April 17, 2016 at 8:46 am #886774 ThaiModerator Glad it worked. If you need anything else please let us know. Author Posts <script> jQuery(function($){ $("#no-reply-885077 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In