Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #310318
    besi1988
    Member
    Post count: 2

    Hi Support,

    I wanted to make the testimonials image bigger and now that i did, images are not clear at all.
    I have been trying to solve the issue, but its quite hard.

    Any ideas please?

    Thanks,
    Besi

    #310323
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your functions.php of your child theme.
    This is suppose to change the image size to 80px, keep your custom css.

    function sf_custom_testimonial_thumb() {   
        return 80;
    }
    add_filter( 'spb_testimonial_image_size', 'sf_custom_testimonial_thumb' );

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register