<script>
jQuery("input , textarea").focus(function(){
jQuery(this).parents('.elementor-field-group').addClass('focused');
});
jQuery("input , textarea").blur(function(){
var inputValue = jQuery(this).val();
if ( inputValue == "" ) {
jQuery(this).parents('.elementor-field-group').removeClass('focused');
}
});
</script>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter