Notifications
Clear all

wpForo 1.x.x [Solved] Problem with color.. Help!

3 Posts
2 Users
1 Likes
1,587 Views
Posts: 2
Topic starter
(@amaderata)
New Member
Joined: 7 years ago

Hello everybody ! I have a problem - in the menu when you create a new topic font white, not black. How to fix it?

http://prntscr.com/d8831w

Russian language translation.

2 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This is a CSS conflict, please navigate in Dashboard to Forums > Settings > Styles Tab and put this CSS code in Custom CSS Code textarea:

#wpforo #wpforo-wrap .mce-toolbar .mce-btn button, .qt-dfw {background: #bbbbbb;}
#wpforo #wpforo-wrap .mce-btn button {border-radius: 0; margin: 1px; height: 26px;}

Don't forget delete all caches and do CTRL+F5 on front-end to load updated CSS files.

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

Thank you! You helped me a lot ))