Home › Forums › WoodMart support forum › Team member links in new tab Team member links in new tab This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 12, 2019 at 3:25 pm #101577 MishkatParticipant Hello, How can I open team member social links in new tab? January 12, 2019 at 5:05 pm #101586 Elise NoromitMember Hello, Please add this snippet to the Theme settings > Custom JS on document ready: jQuery('.member-social a').click(function() { jQuery(this).attr('target', '_blank'); }); Best Regards January 12, 2019 at 5:18 pm #101594 MishkatParticipant Hello, This didn’t work. January 12, 2019 at 6:13 pm #101597 Elise NoromitMember Hello, Please provide your site admin access to the private area as well as provide the page URL where you display the members. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register