Deregister editor styles (no uppercase h2)
-
Hello
I love your Generate Press theme.However, I do not want it to style h2 in the Gutenberg block editor. It is currently forcing the h2 to uppercase.
I have tried this code snippet, but it is not working.
function unhook_parent_style() {
wp_dequeue_style( 'generate-block-editor-styles-css' );
wp_deregister_style( 'generate-block-editor-styles-css' );}
add_action( 'wp_enqueue_scripts', 'unhook_parent_style', 20 );I can’t seem find the hook you are using to enqueue the block editor stylesheet. I would like to unhook it. Can you help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deregister editor styles (no uppercase h2)’ is closed to new replies.