badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: changing the image sizes & link elements of the "Theme Horse: Services" widget

#13054

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!