Hey,
had the same issue and solved it this way:
Go to your Theme-Editor and open the file template-parts/template-part-mainmenu.php
In line 81 you can add target=”_blank” in the a-tag.
So the complete line 81 will look like this:
<a class="btn-default" target="_blank" href="<?php echo esc_url( get_theme_mod( 'menu_button_url', '' ) ); ?>">
Hope this helps.
Kind regards
I have the same problem.
[your-email] or [multisite “your-email”] doesn’t work in the “To” field of the Mail (2) Autoresponder
(As compromise solution I query the mail-address on the last form page, then [your-email] works. But that’s not so nice)