jasonsyourhuckleberry
11/7/2018 - 10:42 PM

Force Divi social nav icons to open in new tabs...

Cause they don't...and they should.

<script type="text/javascript">
	jQuery(document).ready(function($) {
		$(".et-social-icon a").attr('target', 'blank');
	});
</script>