Notifications
Clear all

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

3 Posts
2 Users
0 Reactions
121 Views
Posts: 4
Topic starter
(@astahov006)
Active Member
Joined: 1 year 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: 4639
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 1 year ago

Many thanks!

Alex