How to open a social media icon in a new tab using the Studio theme?

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

Here is an Example:

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

where do i put the tag?

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


![Screenshot 2024-08-14 at 14.53.26.png|1053x603](upload://oVF2k4hbaD3XjBm9VFzg160yNQQ.png)

Save your file

@arg99

[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:

ProtoMan44_0-1723629476049.png

it was on “footer.liquid” file