Notifications
Clear all

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.

 

[Solved] hyperlinks in the text are not highlighted at all

3 Posts
2 Users
0 Reactions
313 Views
Posts: 4
Topic starter
(@astahov006)
Active Member
Joined: 2 years ago

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:

https://infosecportal.ru/community/obrabotka-i-zashhita-personalnyh-dannyh/nuzhna-li-otdelnaya-politika-obrabotki-personalnyh-dannyh-dlya-sajta/#post-131

Link are not underlined or highlighted.

Regards, Alex

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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
Posts: 4
Topic starter
(@astahov006)
Active Member
Joined: 2 years ago

Many thanks!

Alex