January 26, 2015 at 5:22 am
#21153
Theme Horse Support Team
Keymaster
Hi m.l.cap123,
This services widgets is displayed from the theme folder -> inc -> widgets -> interface_widgets.php line no 278 and you will fine this code
if ( has_post_thumbnail() ) {
echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>';
}
You need to add anchor tag to make it clickable.
Thank you!