How can I set a button target to open in a new tab in the Dawn theme?

Hi,

I am using the Dawn theme. I’ve added a multicolumn section to a page and I have a button.

I want the target of the button to open in a new tab. Can someone let me know how to do this?

Thanks.

M

Hello @MLT298
I would like to give you a solution to support you.

You can try adding code by following these steps:

  1. Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E

  2. Open your multicolumn.liquid in the Sections folder. https://prnt.sc/mSydVd_HWQGL

  3. Paste this code like the image below

target="_blank"

  1. Save the file and double-check.

I hope my solution can work and support for you.

Best regards,
GemPages Support Team

Thank you. That worked great.

It’s my pleasure to help :grin: .