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