How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
855
Views
Jul 14, 2019 2:38 am
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
Jul 14, 2019 5:49 am
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;
}