Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253086

    Hello,

    Can I change the color red on the toolbar in bbpress?
    http://nsa34.casimages.com/img/2014/04/18/140418103434616195.jpg

    Best Regards!

    #253191

    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

    #253250

    Ok thanks!
    but the rollover effect has disappeared.

    #253254

    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

    #253282

    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; }
    #253301

    Hi!

    You are welcome! Thanks for sharing :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Toolbar bbPress’ is closed to new replies.