[Resolved] Gutenberg Styling

Home Forums Support [Resolved] Gutenberg Styling

Home Forums Support Gutenberg Styling

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1253018
    Berto

    Does this still work:

    remove_action( 'enqueue_block_editor_assets', 'generate_enqueue_backend_block_editor_assets' );

    Website front end is all back and white but these colours are being applied to the backend editor.

    I tried the code above but styling is still showing.

    #1253165
    David
    Staff
    Customer Support

    Hi there,

    try:

    add_action( 'after_setup_theme', function() {
        remove_action( 'enqueue_block_editor_assets', 'generate_enqueue_backend_block_editor_assets' );
    } );
    #1253170
    Berto

    Thank you David.

    #1253172
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.