Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 6, 2017 04:03
Show Gist options
  • Save Pavracer/8bddf14587eca284bac4d58f376a6c37 to your computer and use it in GitHub Desktop.
Save Pavracer/8bddf14587eca284bac4d58f376a6c37 to your computer and use it in GitHub Desktop.
divi_social_icons_new_window
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("ul.et-social-icons a").attr('target', '_new');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment