The BuddyBoss Theme/ BuddyPress User Blog sometimes makes the editor color not visible, depending on your Theme Styling accent color. You can use the following CSS code.


Please follow the steps below:


    1. Go to BuddyBoss - Theme Options

    2. Under Custom Codes, enable CSS

    3. Append the following:

/** BUDDYPRESS USER BLOG IMAGE EDITOR **/
.medium-insert-images-toolbar li {
    background: #d9d9d9!important;
}

button.medium-editor-action.medium-editor-button-active {
    background: #7c7c7c !important;
}

body .medium-editor-toolbar li button:hover {
    background: #7c7c7c !important;
}

    4. Save changes.


Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/

Screenshots


Without Code:


With Code: