Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is 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
<a
Save your file
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
@arg99 please put this attribute to all social A tag:
target="_blank"
it will open a link in new tab.
where do i put the tag?
@arg99 please search social in you theme file , it is a snippet the check <a> tags and put (target="_blank") to all a tags. like this:
Hello @arg99
Here is an Example:
<a href="{{ social_media_link }}" class="social-icon" target="_blank" > <!-- Icon code --> </a>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is 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
<a
Save your file
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
it was on "footer.liquid" file
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024