Comments 6stevenl66 started the conversationAugust 11, 2025 at 2:37pmHi, Is it possible to open menu items in new tabs?I have a 'mailto' link in the header that I'd like to open in a new tab and I can't find an option to enable this functionality. ThanksSteveAttached files: header-screenshot.png 6stevenl66 repliedAugust 11, 2025 at 2:45pmSolved this by adding a custom class and using javascript: <script type="text/javascript">jQuery(document).ready(function($) { $('.mailto-header a').attr('target', '_blank');});</script>This seems to be working as expected. 6stevenl66 repliedAugust 11, 2025 at 2:54pmAlso found this response:https://themenectar.ticksy.com/ticket/142808 3,278Austin repliedAugust 11, 2025 at 3:33pmHi Steven, Thank you for getting in touch. I'm glad you were able to sort this out. Feel free to contact us if you have any other queries. Cheers, 3,278Austin repliedAugust 11, 2025 at 3:37pmHi Steven, Following up on the above ticket, you can set links in the header to open in another tab by checking the option in the screenshot below. If you can not see it, you will need to activate the link target option in the screen options. Here's a screenshot of the same. I hope that helps. Cheers, Sign in to reply ...
Hi,
Is it possible to open menu items in new tabs?
I have a 'mailto' link in the header that I'd like to open in a new tab and I can't find an option to enable this functionality.
Thanks
Steve
Attached files: header-screenshot.png
Solved this by adding a custom class and using javascript:
This seems to be working as expected.
Also found this response:
https://themenectar.ticksy.com/ticket/142808
Hi Steven,
Thank you for getting in touch.
I'm glad you were able to sort this out. Feel free to contact us if you have any other queries.
Cheers,
Hi Steven,
Following up on the above ticket, you can set links in the header to open in another tab by checking the option in the screenshot below.
If you can not see it, you will need to activate the link target option in the screen options. Here's a screenshot of the same.
I hope that helps.
Cheers,