Disable styling options and theme "orbital" selection

I want to disable and remove all custom styling + option “Orbital” theme or other themes. Because I want to manage the styling by theme instead a user or author can change the form style and make the form look like a rainbow.

Are there any filters or hooks available to deregister these options? With CSS is it not possible because not all interface component has a unique class.

Hi,

To disable theme CSS, please have a look at the documentation below. Thank you

Thank you, but even after adding add_filter('gform_disable_form_theme_css', '__return_true'); the theme selection is still available.

I aim to remove all Form Themes, particularly the Form Style options in the GravityForms Form block.