Open header / footer nav links in new tab | dawn theme

Can someone please advise how to open header / footer navigation links in a new tab?

https://milkymotorsports.com/

Go to your Online store > Themes > Edit code > open header-mega-menu.liquid, header-dropdown-menu.liquid, and footer.liquid files, find a tag


Add this code target="__blank" next to all a tags in thos file above so it will look like this

```markup
1 Like

@Dan-From-Ryviu Is it possible to have only 1 menu item in the header and footer menus to open in a new tab? Screenshots attached of the menu item I’m referring to -

Please try to use this code

{%- if link.title == "JDM Brand Inventories" -%}target="__blank" {%- endif -%}
1 Like

@Dan-From-Ryviu where should I add that?

In those files I mentioned in previous message

@Dan-From-Ryviu I tried before and after and neither worked

Find all tag the has <a and add code right after

Example like this

@Dan-From-Ryviu that didn’t work unfortunately, it made all of the menu items unclickable

Could you take a screenshot of code that you added?

@Dan-From-Ryviu