Greetings,
When this plugin is installed, the visited links on the website change color to blue. Is there a way to disable this functionality so it doesn't affect the main site?
Thank you,
Greetings,
When this plugin is installed, the visited links on the website change color to blue. Is there a way to disable this functionality so it doesn't affect the main site?
Thank you,
Hey,
Yes sorry about that. I'll make sure it only affects the forum in the next version. Please open wp-bulletin-board/css/wpbb-light-style.css or wpbb-dark-style.css.
Find and remove:
/* Links */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color:#0066CC;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
Thanks.
You must log in to post.