Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53637
    piltzl
    Member

    Hello,
    I want to change the target from _blank to self, so I changed this in the catchkathmandu-functions.php. But the button still targets _blank.
    Do I need premium?

    #53678
    Sakin
    Keymaster

    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 -->';

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘homepage-message – right-section Button’ is closed to new replies.