August 17, 2014 at 1:18 pm
#13054
Theme Horse Support Team
Keymaster
Hi peter,
we have designed our theme this way. So you need code customization for it. You can go to the theme folder -> functions.php
This image is displayed from icon
here is the code of size
add_image_size( 'icon', 100, 100, true );
So you may change the size of icon you want. Hope this may help you
To make icon and image link you need code customization.
inside theme folder -> library -> widgets -> interface_widgets.php file on line no 292 to 299 but
we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost.
Thank you!