Home › Forums › Support › Is "Additional CSS" only available in the frontend? This topic has 7 replies, 3 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 16, 2019 at 3:47 pm #812388 Florian Is CSS added via “Additional CSS” in the customizer only visible to users or also in my admin area? I ask this because I want to remove some buttons from the tinyMCE via CSS. GeneratePress 2.2.2GP Premium 1.7.7 February 16, 2019 at 4:13 pm #812391 LeoStaff Customer Support Hi there, Additional CSS is added by WordPress itself and only available in the customizer: https://docs.generatepress.com/article/adding-css/#additional-css Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 17, 2019 at 2:34 am #812552 Florian Thank you. Do you know if the CSS only applies in the frontend? February 17, 2019 at 8:36 am #812859 TomLead Developer Lead Developer Hi there, Yes, it only applies to the frontend. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 17, 2019 at 8:37 am #812860 Florian Ok thanks. I want to use it to remove some buttons from the text editor which according to the plugin developer can’t be removed directly. February 17, 2019 at 8:52 am #812879 TomLead Developer Lead Developer You can add CSS to the admin with a function: add_action( 'admin_head', function() { ?> <style> /* your CSS here */ </style> <?php } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 17, 2019 at 8:53 am #812881 Florian Thank you but I only want it to be active in the frontend so everything is fine! I didn’t make that very clear. February 17, 2019 at 8:54 am #812883 TomLead Developer Lead Developer Ah, gotcha. No problem! 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In