Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1852960
BuddyPress Group Text Editor Mobile/Desktop
Closed

Comments

  •  1
    Josh started the conversation

    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

  •  501
    Penci replied

    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


  •  1
    Josh replied

    Wow, thank you! It looks much better!