Elementor Close Popup When One of the Link Item is Clicked
add this to your header.php and between <head> </head>
<script> jQuery(function($){ $(document).on('click','.elementor-location-popup a', function(event){ elementorProFrontend.modules.popup.closePopup( {}, event); }); }); </script>