• Resolved mrblues

    (@mrblues-1)


    Hi, banner image link opens links to new page, how to make it open on top of current page instead of new page?

    cheers

    mrblues

Viewing 1 replies (of 1 total)
  • Hi

    For this find below code in index-static.php (Theme package >> index-static.php)file line no. 25

    <a class="flex_btn" href="<?php echo $current_options['home_image_button_link']; ?>" target="_blank">
    			<?php echo $current_options['home_image_button_text']; ?> <i class="fa fa-chevron-circle-right"></i>
    								</a>

    then replace below code

    <a class="flex_btn" href="<?php echo $current_options['home_image_button_link']; ?>">
    			<?php echo $current_options['home_image_button_text']; ?> <i class="fa fa-chevron-circle-right"></i>
    								</a>

    then save and check your website.

    Any confusion let me know.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Banner image link’ is closed to new replies.