Nov 10, 2020 8:31 pm
Hi there
Please see the red circle in the screenshot, this text is a valid link to another website. The link works, but it does not look like a link. How to make it look like a link (blue color), so users can easily spot a link?
Thanks.
1 Reply
Nov 11, 2020 9:11 am
Hi @mplusplus,
Probably there is theme conflict. In any case please try the following CSS code:
#wpforo #wpforo-wrap a, #wpforo #wpforo-wrap a:visited{
color: #3f7796 !important;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS code" textarea.