jQuery(document).ready(function() { jQuery(".paragraph--type--sign-up-component button.form-submit").click(function(){ setTimeout(function() { var wf = jQuery(".paragraph--type--sign-up-component form").hasClass("webform-submission-signup-form-form"); if(wf == true){ var wfc = jQuery(".paragraph--type--sign-up-component div").hasClass("webform-confirmation"); if(wfc == true){ jQuery(".paragraph--type--sign-up-component .card-title").hide(500); jQuery(".paragraph--type--sign-up-component .card-text").hide(500); } } }, 3000); }); });