Disable native css
-
Hi,
How can I deactivate the tabbed content block native css?
I have tried with the following code, but I am not sur if I use the right block name or method?
function mbes_remove_blocks_styles() {
wp_dequeue_style( ‘wp-block-columns’ );
wp_dequeue_style( ‘wp-block-tabbed-content’ );
}
add_action( ‘wp_enqueue_scripts’, ‘mbes_remove_blocks_styles’ );It works well for wp-block-columns
Best,
Yves
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Disable native css’ is closed to new replies.