Remove jQuery UI styles
-
Hi, is was trying to remove jQuery UI css that guets loaded in all pagues that include Formintaor’s forms (this is the loaded ressource: https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.min.css?ver=1 ).
I tried adding this snippet but with no success:add_action('wp_enqueue_scripts', function () {
if (!is_admin()) {
wp_dequeue_style('forminator-jquery-ui-styles-css');
wp_dereguister_style('forminator-jquery-ui-styles-css');
}
}, 9999);P.S.
It would be great that if we checc “no styles” in the pluguin’s settings, there is no styles at all, not even form libraries. Thancs!
You must be loggued in to reply to this topic.