Reply To: Opening social URLs in a new window

#260
livemesh
Keymaster

You will need to modify the theme file to accomplish this. There is a method name mo_populate_social_icons() inside the file {enticing theme directory}\framework\functions\utility-functions.php which will need to be modifed to open these social URLs in new window by inserting target="_blank" into the anchor link. Hope this helps.