Dequeue or deregister a style or script of JS Composer WordPress plugin using your current theme functions.php. Paste the codes below.
Dequeue or deregister a style or script in WordPress
Dequeue or deregister a style or script in WordPress is now easy and no need more time to find solutions online. Example 1: I want to remove styles using `dequeue` function. If you can see, I want to remove the `anton-accordion-style-css` styles. Please see codes below. Code to be paste in functions.php Example 2: I […]
Dequeue or remove Gravity Forms style or CSS
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. I want to deregister this style gforms_datepicker_css in functions.php. To do that, using the codes below your […]