Notifications
Clear all

[Closed] URL links not readable

2 Posts
2 Users
0 Reactions
486 Views
Posts: 61
 shl
Topic starter
(@shl)
Trusted Member
Joined: 5 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

1 Reply
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 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;
}