Hi. Learning so go easy on me. 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;
}