by Divi Addons | Last Updated on Dec 19, 2016
To open social media links in new window, paste into divi theme options/integration/body: <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".et-social-icon a").attr('target', '_blank'); });...