Notifications
Clear all

Style [Solved] botton color in post message

3 Posts
2 Users
0 Reactions
540 Views
Posts: 2
Topic starter
(@dalmas)
New Member
Joined: 2 years ago

Hi, how to fix button color. They are light gray and white are hard to see.
I am using wpForo 2.0.9. theme 2022 color orange. All color themes display the button the same. except for dark, they display correctly.

2 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@dalmas

add this to custom css

#wpforo #wpforo-wrap .mce-toolbar .mce-btn button i {
color: #000000;
}

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

Posts: 2
Topic starter
(@dalmas)
New Member
Joined: 2 years ago

YES, thanks for help 😀