Elementor make section clickable

<script>
document.getElementById("clickable").onclick = function() {myFunction()};


function myFunction() {
  window.open("https://helocon.com", "_blank");
}
</script>

Leave a Reply

Your email address will not be published. Required fields are marked *