Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created November 2, 2020 20:50
Show Gist options
  • Save ericakfranz/ba9073d510845c74c66df14576a37327 to your computer and use it in GitHub Desktop.
Save ericakfranz/ba9073d510845c74c66df14576a37327 to your computer and use it in GitHub Desktop.
Customize the close title for OptinMonster campaigns.
<script type="text/javascript" id="customize-om-close-title-attr">
document.addEventListener('om.Campaign.load', function(event) {
document.querySelectorAll('html div#om-{{id}} [class*="-close"]')[0].setAttribute('title', 'Custom Title Text Here');
} );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment