Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Homepage slider – read more button

#1891
Grace Themes
Member

Hi,

To open a image slider link in new tab needs to add some code (target=”_blank”) in anchor tag

Go to Appearance -> Editor -> header.php file


Find in line no. 113 
<a href="<?php echo of_get_option('slideurl'.$sln, true); ?>">

and relpace with 
<a href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank">

Find at line no. 119 
<a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>">

and replace with
<a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank">