Notifications
Clear all

wpForo 1.x.x [Closed] Cannot see text editor option icons what is the css

2 Posts
2 Users
0 Reactions
1,864 Views
Posts: 1
Topic starter
(@devin-labroski)
New Member
Joined: 7 years ago

By default the text edit options are black, mine are white on white so you cannot see them unless you put the cursor on them

1 Reply
Sofy
Posts: 5006
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi Devin Labroski,

Please use this CSS code, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-post-create .mce-container-body{
color: #000;
}