add_action('wp_enqueue_scripts', 'no_x_gravity_form_css', 9999999);
function no_x_gravity_form_css () {
wp_dequeue_style( 'x-gravity-forms' );
}
This code is not working.
I would assume that when I use this code it would not be loading:
/pro/framework/dist/css/site/gravity_forms/integrity-light.css
Since I cannot get X Theme to stop applying its styles, I chose to override it
I added integrity-light.css to my child theme.
/pro-child/framework/dist/css/site/gravity_forms/integrity-light.css

I then proceeded with my changes and they are not reflected in the live website.
Please help me to get the override file to work in my Child Theme.
Thanks,
Micah