Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to customize TinyMCE toolbar button colors


  • azmanar
    Participant

    @azmanar

    Hi,

    After installing bbPress Forum Plugin, the Toolbar buttons to help users format their postings are not clear at all.

    How do I change the colors of the Toolbar button colors and text font colors, specifically for the bbPress Forums only.

    I wish to do that without affecting my backend WP Page & Post Editor toolbar as well as the main theme of my site.

    Your help is greatly appreciated.

    I’m using WP4.1 and bbPress 2.5.4-5380 as well as a custom theme by Simplethemes.

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    put the following in your style.css

    #bbpress-forums .button {
      background-color: blue;
      color: red;
    }

    Functions files and child themes – explained !


    Robkk
    Moderator

    @robkk

    This is for TinyMCE

    /* This is for the button color */
    .mce-btn-group .mce-btn {
    	background: black;
    }
    
    /* This is for the icon color */
    .mce-toolbar .mce-ico {
    	color: white;
    }

    this is for the quicktags toolbar

    .wp-core-ui .button, .wp-core-ui .button-secondary {
    	color: white;
    	background: black;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar