Notifications
Clear all

Style [Solved] botton color in post message

3 Posts
2 Users
0 Likes
281 Views
Posts: 2
Topic starter
(@dalmas)
New Member
Joined: 1 year 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.

wpForo Version
2.0.9
WordPress Version
6.0.2
2 Replies
Tutrix
Posts: 1088
(@tutrix)
Noble Member
Joined: 3 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: 1 year ago

YES, thanks for help 😀