Yes, in pro version there is option to check “Target. Open Link in New Window”. So, you can uncheck that option and it will be self.
But sorry this option is not there in free version. For free version, you need to build child theme and then copy catchkathmandu_homepage_headline()
function to your child theme functions.php file, then remove target="_blank"
in the following code:
$catchkathmandu_homepage_headline .= '<div class="right-section"><a href="' . $homepage_headline_url . '" target="_blank">' . $homepage_headline_button . '</a></div><!-- .right-section -->';