Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
313
Views
Jul 15, 2024 2:59 pm
Hello!
Hyperlinks in the text of forum posts are not highlighted at all. So I can't see is there any hyperlinks in the text until I move the mouse over text.
You can see that post for example:
Link are not underlined or highlighted.
Regards, Alex
2 Replies
Jul 15, 2024 6:47 pm
Hi Alex,
Use the CSS codes below:
#wpforo #wpforo-wrap a {color: #090985; } #wpforo #wpforo-wrap a:hover {color: #9eb8b8; } #wpforo #wpforo-wrap a:visited{color: #9eb8b8; }
Change the red-marked values as you like.
Insert the code in the Custom CSS code textarea located in the following tab:
For the Single Board Forum:
- Dashboard > wpForo > Settings > Colors & Styles
Multi-Boards Forum:
- Dashboard > [Your Board Name] > Settings > Colors & Styles tab
- Dashboard > [Your Board Name] > Settings > Colors & Styles tab
For example:
- Dashboard > EN Forum > Settings > Colors & Styles tab
- Dashboard > FR Forum > Settings > Colors & Styles tab
Jul 16, 2024 12:10 pm
Many thanks!
Alex