How can I disable the styling? Home » FAQs » How can I disable the styling? Install the Code Snippets plugin, add a new code snippet with the following code, save, and activate the new code snippet. add_action( 'wp_enqueue_scripts', static function() { wp_deregister_style( 'cn-form-public' ); }, 99999 );