Sense: Header menu should link to external page at certain subitems and open new tab

Hello all,

we use the free theme “Sense”. We use in the header and footer menu items, which should partially link to an external page. At the moment, when clicking on a menu item, the customer is redirected to the respective external page. However, we would like a new tab to open when clicking on the menu item.

We want that the customer does not leave our store by clicking on a menu item, but only opens a new tab for the external link!

To achieve this behavior, you need to modify the HTML code for your menu items to include the target="_blank" attribute. This attribute will cause the link to open in a new tab when clicked.

Here’s an example of how your menu item’s HTML code should look like:

[Menu item](https://example.com)

This will cause the link to open in a new tab, while keeping the customer on your store.