• Hi there! Love the plugin.

    I seem to be having issues changing the colour of text on my site. I click the button in the toolbar but nothing happens.

    Thank you for the help!

Viewing 1 replies (of 1 total)
  • Hi Liammckechnie

    You can copy this code and paste it into the functions.php file

    add_action (‘admin_head’, ‘custom_style_textEditor’);
    function custom_style_textEditor () {
    ?? echo ‘<style type = “text / css”> .mce-floatpanel.mce-popover.mce-bottom {z-index: 999999! important;} </style>’;
    }

    Best regards,

    Anthony

Viewing 1 replies (of 1 total)
  • The topic ‘Changing colour of text’ is closed to new replies.