I Want To Open Internal Links (Product Pages) In A New Tab Using Dawn Theme
Topic summary
A user wants to configure product page links to open in new tabs within the Dawn theme on Shopify.
Solution Provided:
- Add the
target="_blank"attribute to anchor (<a>) tags - This HTML attribute forces links to open in a new browser tab/window
Technical Implementation:
- Modify the theme’s link elements by including
target="_blank"in the anchor tag syntax - Example reference was provided to demonstrate proper implementation
Status: The question appears answered with a straightforward technical solution, though no confirmation of successful implementation was posted.
Hi @mascothardware ,
You have to add the target="_blank" attribute in your tag like the below example.
Thanks.