Skip to content
Public Ticket #6416

BuddyPress Group Text Editor Mobile/Desktop

Conversation thread

Josh replied

Customer Reply

Wow, thank you! It looks much better!

Penci Design replied

Staff Reply

Hi,

I checked on your site and add custom css to Customize > Addtional CSS to fix this issue ( http://prntscr.com/m6xxv7 )

.site-main #buddypress button.wp-switch-editor, .site-main #buddypress button#insert-media-button {
    float: left;
    box-sizing: content-box;
    position: relative;
    top: 1px;
    background: #ebebeb;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    height: 20px;
    margin: 5px 0 0 5px;
    padding: 3px 8px 4px;
    border: 1px solid #e5e5e5;
}
.site-main #buddypress .mce-toolbar .mce-btn button {
    padding: 2px 3px;
    line-height: normal;
    color: #595959;
    background: transparent;
    border: 0;
    text-transform: none;
    font-size: 13px;
}

Please check it again.

Best Regards,

PenciDesign

Josh started the conversation

Conversation Start

Hi,

Here is the desktop screenshot of the text editor in the forum http://prntscr.com/m6rk8k.

Here is the mobile screenshot of the text editor: http://prntscr.com/m6rl4y.

The "Visual" and "Text" buttons have some placement and esthetic issues both on mobile and desktop. Changing the color to the buttons from black to maybe #212121 would be much better on the eyes.

How do we correct this?

Thanks and regards,

Josh

Want to join this conversation or access attachments? Sign in first.