Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: How to link the images in section Counterwrap?

#9873
Grace Themes
Member

Hi,

To add the button link for image in “Popular Destination” section

Go to Appearance -> Editor -> inc/custom-functions.php file

at line no. 1039 you will find the below code
<div class="cntimage hvr-rectangle-out"><img src="'.$image.'" /><span class="counter">'.$days.'</span></div>

Now replce this code with the below code
<div class="cntimage hvr-rectangle-out"><a href="'.$link.'"><img src="'.$image.'" /><span class="counter">'.$days.'</span></a></div>

Please do this changes and let me know your feedback.

Regards
Grace Themes