Notifications
Clear all

[Solved] Puntoadjustable font size

2 Posts
2 Users
0 Likes
286 Views
Posts: 18
Topic starter
(@erendalkiran)
Eminent Member
Joined: 1 year ago

Users who write on the site can change the font size as they wish. I want to turn this feature off.

1 Reply
Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @erendalkiran

add this to custom css

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_0.mce-btn.mce-listbox {
display: none !important;
}

Dashboard > Forums > Settings > Colors & Styles (Custom CSS)