Hello,
Can I change the color red on the toolbar in bbpress?
http://nsa34.casimages.com/img/2014/04/18/140418103434616195.jpg
Best Regards!
Hi youyou78!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#wp-bbp_reply_content-editor-container .button { background-color: orange; color: red; border-color: blue; }
Best regards,
Yigit
Ok thanks!
but the rollover effect has disappeared.
Hi!
You can change colors of hover state with following code
#wp-bbp_reply_content-editor-container .button:hover { background-color: blue; color: red; border-color: blue; }
Best regards,
Yigit
Thank You Yigit! it works!
#wp-bbp_reply_content-editor-container .button { background-color: #eee; color: #464646; border-color: #c3c3c3; }
#wp-bbp_reply_content-editor-container .button:hover { background-color: #ccc; color: #464646; border-color: #c3c3c3; }
#wp-bbp_topic_content-editor-container .button { background-color: #eee; color: #464646; border-color: #c3c3c3; }
#wp-bbp_topic_content-editor-container .button:hover { background-color: #ccc; color: #464646; border-color: #c3c3c3; }