TinyMce editor buttons - frontend

Stagger Lee
1818 Posts
Stagger Lee posted this 15 April 2015

Can you please just add few lines of code generated in CSS to remove background-color over buttons.
Many people use visual editor in comments. Just target it more precise and remove styling. Leave it to the editor native CSS.

Can you please just add few lines of code generated in CSS to remove background-color over buttons. Many people use visual editor in comments. Just target it more precise and remove styling. Leave it to the editor native CSS.
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 16 April 2015

Hello Stagger Lee,
thank you for your suggestion.
Lets vote for it.

In the meantime you may suppress the background color of the TinyMCE editor buttons using code

 button:not([class]),  button:visited:not([class]),{
  background:none!important;
}

Regards,
Aileen

Hello Stagger Lee, thank you for your suggestion. Lets **vote** for it. In the meantime you may suppress the background color of the TinyMCE editor buttons using code button:not([class]), button:visited:not([class]),{ background:none!important; } Regards, Aileen
You must log in or register to leave comments