Sep 23, 2022 12:33 pm
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
Sep 23, 2022 12:55 pm
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; }