Notifications
Clear all

wpForo 1.x.x [Solved] Change the format bar color.

3 Posts
2 Users
0 Reactions
855 Views
Posts: 4
Topic starter
(@infometalweavegames-com)
Active Member
Joined: 5 years ago

Greetings! 
I am working with a dark website theme and I was wondering if there was a way to css override the color of the format bar? (as shown) its tied to color #2 which covers both (which is quite frustrating)

2 Replies
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Try this CSS code. Dlete all caches and press Ctrl+F5 on forum front before testing:

#wpforo #wpforo-wrap .mce-btn button{
     color: #555555 !important;
}
1 Reply
(@infometalweavegames-com)
Joined: 5 years ago

Active Member
Posts: 4

@robert

Worked like a charm!
Thank you!