Remove all stylesheets completely
-
Hello, I would like to remove all stylesheets added via Bitform. I found the “No css style” option, but the bitform-*formid*.css is loaded anyway. I would like to prevent the loading completely.
I tried the following without any success:
add_action('wp_enqueue_scripts','custom_remove_styles',1000); function custom_remove_styles() { wp_dequeue_style('bitform-style'); wp_deregister_style('bitform-style'); }
Could you please help?
Thank you in advance.
- The topic ‘Remove all stylesheets completely’ is closed to new replies.