Hide entire form container? Using jQuery to hide/show shortcode forms

Hi. Learning so go easy on me. :wink: I have multiple gravity form shortcode blocks on my WP FSE page and I’m looking to hide/show the various forms via jQuery based on how a user is clicking around the page. I’m trying to hide an entire gravity form

wrapper on page load via my Child Theme CSS, but it’s not working. I feel like I just don’t have my CSS in the right area or something, but am still learning all this stuff. I can apply the CSS below via Firefox dev tools and it works correctly. TIA

#gform_wrapper_13 {
    display: none !important;
}

Nevermind. Appearance → Customize → Advanced CSS overrides Gravity Forms CSS. Sorry to waste the bandwidth.

1 Like