Hi katzenzuhause
Open file "/acm/features-intro/tmpl/style-2.php" in template "ja_fit".
Find around line 50
<a class="btn btn-primary" href="<?php echo $helper->get('title-link'); ?>"><?php echo $helper->get('button') ?>
</a>
replace it with
<a class="btn btn-primary" href="<?php echo $helper->get('title-link'); ?>" target="_blank"><?php echo $helper->get('button') ?>
</a>
Make an override of this file in
Open file "local/acm/features-intro/tmpl/style-2.php" in template "ja_fit".