Notifications
Clear all

wpForo 1.x.x [Closed] In a topic, links look like just plain text, how to make them look like links?

2 Posts
2 Users
0 Reactions
574 Views
Posts: 126
Topic starter
(@mplusplus)
Reputable Member
Joined: 5 years ago

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
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

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.