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*

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13050
    Peter
    Member

    hi

    i am making use of the “Theme Horse: Services” widget on my homepage. I have uploaded a feature image into the page to appear under the text on the home page but want to increase the size. I have edited the CSS to increase the box sizes but it distorts the images because they are importing at 100px by 100px, where as the original size of my images is bigger. How do i increase the native size of the images?

    Also i’d like to make the image and the Sub title link through to the feature page also. How do i do this?

    You can see what i currently have here: http://clearroundpests.apps-1and1.net/

    Thanks
    Peter

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.