.gform_title {
display: none;
}
#1 .gform_title {
display: none;
}
#2 .gform_title {
display: none;
}
add_action( 'init', 'quitar_titulo_formulario' );
function quitar_titulo_formulario() {
remove_action( 'gform_form_title', 'gform_form_title_output' );
} header.sticky-header {
--header-height: 100px;
--shrink-header-to: 0.6;
--transition: .45s cubic-bezier(.4, 0, .2, 1);
background-color: rgba(244, 245, 248, 1);
transition: background-color var(--transition),
backdrop-filter var(--transition),
box-shadow var(--transition);
} header.sticky-header.elementor-sticky--effects {
background-color: rgba(244, 245, 248, .8);
box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
min-height: var(--header-height);
transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
min-height: calc( var(--header-height) * var(--shrink-header-to) );
} @media only screen and (max-width: 767px) {
header.sticky-header {
--header-height: 70px;
}
} header.sticky-header .logo img {
transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
transform: scale(.8);
}
<script>  jQuery(document).ready(function($) {  var delay = 100; setTimeout(function() {  $('.elementor-tab-title').removeClass('elementor-active');  $('.elementor-tab-content').css('display', 'none'); }, delay);  });  </script>
function elementor_acordeon_cerrado_de_inicio() { ?>
<script>
jQuery(document).ready(function() {
jQuery( '.elementor-accordion .elementor-tab-title' ).removeClass( 'elementor-active' );
jQuery( '.elementor-accordion .elementor-tab-content' ).css( 'display', 'none' );
});
</script>
<?php }
add_action( 'wp_footer', 'elementor_acordeon_cerrado_de_inicio', 99 );
<script> jQuery(document).ready(function($) { var delay = 100; setTimeout(function() { $(‘.elementor-tab-title’).removeClass(‘elementor-active’); $(‘.elementor-tab-content’).css(‘display’, ‘none’); }, delay); }); </script>
.gform_button{
display: block;
margin: 0 auto;
}