Button link open in new tab (Palo Alto)

Solved

Button link open in new tab (Palo Alto)

charlirene
Excursionist
40 1 9

I'm using the Palo Alto theme and I want a button in a text section to open in a new tab. It's an external link to Google Maps. How can I make that work?

Accepted Solution (1)
charlirene
Excursionist
40 1 9

This is an accepted solution.

I found my solution. 

View solution in original post

Replies 5 (5)

Asad-Mahmood
Shopify Partner
452 80 91

To make the button open the external link (like Google Maps) in a new tab, add the target="_blank" attribute to the <a> tag in your text section.

For example:

<a href="https://maps.google.com" target="_blank">Open in Google Maps</a>
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




charlirene
Excursionist
40 1 9

There is no way to add a code for the button of a text section. There is only CSS custom code available for a section. 

Asad-Mahmood
Shopify Partner
452 80 91

This can be achieved by modifying theme code

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




charlirene
Excursionist
40 1 9

I am aware of that. Do you have any other help that will solve my issue? 


charlirene
Excursionist
40 1 9

This is an accepted solution.

I found my solution.