Hi, Can someone please help us open the social media icon in a new tab? We are using the Studio (4.0.1) theme. Thanks
@arg99 please put this attribute to all social A tag:
target=“_blank”
it will open a link in new tab.
Hello @arg99
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @arg99
You can do that from store admin > Sale channel > Online store > Themes > Edit code, open social-icons.liquid file, add this type of code
target="__blank"
Right after all code like this

Save your file
[email removed] please search social in you theme file , it is a snippet the check tags and put (target=“_blank”) to all a tags. like this:
it was on “footer.liquid” file