Home › Forums › Support › Disabling GP editor theme for Gutenberg This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 15, 2019 at 10:55 am #840090 ShotaCat Hello, I was wondering how I could disable GP’s editor theming for Gutenberg? The content background color can be distracting and also clips into the admin menu if I use a custom one. Screenshot GeneratePress 2.2.2GP Premium 1.7.8 March 15, 2019 at 4:23 pm #840231 TomLead Developer Lead Developer Hi there, Give this function a try: add_action( 'after_setup_theme', function() { remove_action( 'enqueue_block_editor_assets', 'generate_enqueue_google_fonts' ); remove_action( 'enqueue_block_editor_assets', 'generate_enqueue_backend_block_editor_assets' ); } ); Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 15, 2019 at 5:00 pm #840255 ShotaCat Awesome! That did the trick. Thanks so much. March 15, 2019 at 5:35 pm #840270 TomLead Developer Lead Developer You’re welcome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In