A space to discuss online store customization, theme development, and Liquid templating.
Hi there,
I hope someone can help me out. I'm using the new 2.0 theme Taste. How do I make an external link in the main or footer menu - open in a new tab or window?
I can do it in older themes using this: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...
But it doesn't work in Taste.
Please help.
Sally
Hi @jam-grl , please share url. 🙂
https://h2o-charters.myshopify.com/
pass- sail
I don't want the nav external links in drop down to open in the same window.
Hi @jam-grl , find this element in your footer file:
<a href="/pages/rules-restrictions" class="link link--text list-menu__item list-menu__item--link">
Change it to this:
<a href="something" class="link link--text list-menu__item list-menu__item--link" target="_blank">
Word something is something else in your file 😄
You can find it by this class. 🙂