I try to style the admin area with a dynamic css. I need to configure some elements regarding the frontend user defines. He can choose a color and this color should reflected in some elements in the admin area (e.g. buttons in admin area).
My approach: Setting up a evacolor.css, but let apache interpret this as a php file. This works so fare:
Scenario: I have a client who has difficulty understanding that the font styling he sees in the WordPress dashboard for his posts is not necessarily the styling that will show on the front site. Overuse of the TinyMCE plugin, has resulted in every text block tag having a span inside it, as he attempts to make the editor match what is already happening on the front side because of a child theme. The text formatting is not uniform on the site because of this practice.
I’m trying to build a plugin menu using wordpress components but it appears all the styles are missing. For ex. the button isn’t colored the primary(Blue) in the following sandbox..
I have InnerBlocks
which contain ButtonBlockAppender
.