How to Remove Gravity Forms CSS style-sheets and Scripts from Specific Pages
Gravity forms has a nice option in the settings area to remove it’s css output from all pages. However when you want to remove the style-sheets from individual pages it gets more complicated.
Here’s a simple function which will remove Gravity Forms CSS and selected scripts from the front_page:
Cut and paste this code into your functions.php file.
//Deregister Gravity Stylesheets and […]