Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active January 10, 2017 11:58
Show Gist options
  • Save robhob/bb2f9a4dacff8ded5ec26a60a15927a7 to your computer and use it in GitHub Desktop.
Save robhob/bb2f9a4dacff8ded5ec26a60a15927a7 to your computer and use it in GitHub Desktop.
Open the Divi Fullwidth Header module’s first button (Button #1) in a new tab.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".et_pb_more_button.et_pb_button.et_pb_button_one").attr('target', '_blank');});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment