How to make my button links open in a New Tab? Dawn Theme

So when someone clicks on one of my buttons, it opens a new tab with the link.

I don’t seem to find an option for it under the button.

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

target="__blank"

2 Likes

@Dan-From-Ryviu

Omg, it actually worked!

Thank you.

I tried this solution with the Sense theme, but it didn’t work.

Hi @mjerez

Could you take a screenshot of the code that you added?

Hi, I want to to the same thing. When someone click on my Banner it should open a new tab, I have changed the code as you have described, but it doesn´t work. Could you please assist?

This did not work with the Craft theme. Does anyone know of a solution?

Hello – if I do this will this apply to every button? I only want to do it for one button in particular. Thanks.

1 Like

Worked perfectly! Thank you so much for the tip