Install the plugin through Install Plugins or by uploading the folder to your wp-content plugins directory..
Activate ACF WYSIWYG Styling plugin from the Admin > Plugins menu..
All ACF WYSIWYG fields in Flexible Content field named. page content. can be targetted with the CSS. body. acf-flex-name-page content {. type green. }..
All ACF WYSIWYG fields in Flexible Content layout field named. test layout. can be targetted with the CSS. body. acf-layout-test layout {. font-family.
I target using the body tag so that user accidentally target the admin CSS in their edit of the field regardless of how unlikely. that will be...
Activate ACF WYSIWYG Styling plugin from the Admin > Plugins menu....
Can I shift the prefix of the classes added to the editor..
If you wish to change. these denotees I will suggest not using this plugin and using the code shown not below in your functions. php changing the need prefixes. in the code...
Hopefully the users of ACF provide this configuration in version themselves since it is simple and really should. be part of the part.
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more