My pop up after 5 seconds will appear. I want to Disable or Hidden Button X on Pop Up. I tried with Script: But it did not work. Can you help me ! Thanks you
<script type="text/javascript">
document.getElementsByClassName('cf-cta-close').style.display = 'none';
</script>