Image Banner - Open new Link in a ned Tab

Image Banner - Open new Link in a ned Tab

mrbicho
New Member
6 0 0

Hello,

I want that a link in a Image Banner to open in a new Tab. I already have edited the Code:

 

"You can do that by editing image-with-text.liquid file of your theme in Online store > Themes > Edit code > open image-with-text.liquid file, add this part below in a tag of button and Save the file "

 

Code: target="__blank"

 

mrbicho_0-1712101189508.png

 

Unfortunately this doesn't helped. I use the Refresh Theme. 

Replies 3 (3)

AnneLuo
Shopify Partner
1300 228 267

Hello, @mrbicho 

You can right-click to check if there is this attribute in the <a> tag. If not, it may be because you added it in the wrong position. Or you can share your store url. I will help you check it out.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Richard
Shopify Partner
5011 1120 1803

Hi @mrbicho 

 

This is Richard from PageFly - Shopify Page Builder App

 

You can try to add the target again from '__blank' to _blank 

 

As you input the wrong syntax, its might the reason that doesn't work properly.

PageFlyRichard_0-1712103816239.png

 

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

diego_ezfy
Shopify Partner
2988 573 931

@mrbicho 

It should be

 target="_blank"

instead of 

 target="__blank"