New tab button - theme Trade

Solved

New tab button - theme Trade

Ussowe
Visitor
1 0 0

Hello,

 

I'm on the Trade theme, I want the links on the buttons to be opened in a new tab, what should I do?

I looked for several solutions on the forum but none worked.

 

Thanks.

Accepted Solution (1)

parth_ghelani
Shopify Partner
259 38 40

This is an accepted solution.

Hello @Ussowe 

You just need to make simple change in the code.

Open the file in which you want to open the link in new tab.

Find the <a> tag and add target="_blank" in the a tag.

it's pretty simple.

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at softkarts@gmail.com for any questions or concerns

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 516

Hello @Ussowe 

find your button code add target="_blank"
Example:

<a href="{{ button_url }}" class="btn" target="_blank"> {{ button_text }} </a>


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

  1.  
Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

parth_ghelani
Shopify Partner
259 38 40

This is an accepted solution.

Hello @Ussowe 

You just need to make simple change in the code.

Open the file in which you want to open the link in new tab.

Find the <a> tag and add target="_blank" in the a tag.

it's pretty simple.

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at softkarts@gmail.com for any questions or concerns