Notifications
Clear all

wpForo 1.x.x [Closed] Visual Editor has strange appearance

4 Posts
3 Users
0 Likes
619 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 5 years ago

I haven't downloaded any new plugins (at least I dont recall doing so) that would affect the visual editors, however the icons have become strangely large and a different style

https://prnt.sc/r2gx68

compared to the normal style

https://prnt.sc/r2gxi1

Does anyone have any insight on this?

3 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @zeeshan333,

Please leave your forum URL.

2 Replies
(@zeeshan333)
Joined: 5 years ago

Estimable Member
Posts: 85
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@zeeshan333

The style conflict comes from your theme or from other plugins. I can't fix it 100%. However, this CSS code might help you. 

Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete the Autoptimizer cache, navigate to forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo #wpforo-wrap .mce-container, 
#wpforo #wpforo-wrap .mce-container *,
#wpforo #wpforo-wrap .mce-widget,
#wpforo #wpforo-wrap .mce-widget *,
#wpforo #wpforo-wrap .mce-reset{vertical-align: middle !important; font-size: 15px !important; color:#666; letter-spacing: 0px;}
#wpforo #wpforo-wrap .mce-container-body .mce-btn button{padding: 3px 4px!important;}
#wpforo #wpforo-wrap .mce-container-body .mce-btn button:hover{border: none !important;}