Image Banner - Open new Link in a ned Tab

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”

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

Hello, @mrbicho

You can right-click to check if there is this attribute in the 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.

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.

Hope this can help you solve the issue

Best regards,

Richard | PageFly

@mrbicho

It should be

target=“_blank”

instead of

target=“__blank”