Notifications
Clear all

URL links not readable

2 Posts
2 Users
0 Likes
213 Views
Posts: 61
 shl
Topic starter
(@shl)
Trusted Member
Joined: 3 years ago

We have a problem when users want to add URLs to their post.

The text is not readable in the input field since the font color appears to be white on white.

How can we change this

 

Thanks for help

Sven

wpForo Version
2.0.6
WordPress Version
6.0.2
Topic Tags
1 Reply
Chris
Posts: 3493
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @shl,

Insert the below CSS Code in Custom CSS Codes Field from Dashboard > wpForo > Settings > Colors & Styles Settings:

.mce-container, .mce-container *, .mce-widget, .mce-widget * {
    color: #595959;
}
Reply