Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Solved] botton color in post message

3 Posts
2 Users
0 Reactions
985 Views
Posts: 2
Topic starter
(@dalmas)
New Member
Joined: 3 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 3 years ago

YES, thanks for help 😀Â