This topic has 5 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #213092
     mcrepaz
    Participant

    Hi,  how is it possible to change the testimonial image size in the carousel?

     

    THX

    #213120
     Radu
    Moderator

    Hi,

    It can be changed using the next css, and it can be added to quick css area from wp-admin -> theme options -> quick css or in child theme style.css

    COPY CODE
    
    .kleo-carousel-testimonials .testimonial-image {
        min-width:100px !important;
        min-height:100px !important;
    }
    .kleo-carousel-testimonials .testimonial-image img {
        min-width:100px !important;
        min-height:100px !important;
    }
    
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #213126
     mcrepaz
    Participant

    THX for your quick response. The CSS tweak works but the image is based on a 65×65 px size it uses from the uploads.

    Can a higher res pic be used as base?

    THX

    #213282
     Radu
    Moderator

    Hi,

    With the KLEO child theme activated via ftp got o wp-content -> themes -> kleo-child -> create a folder named k_elements, there create a file named kleo_testimonials.php in that you will paste the next : https://pastebin.com/raw/b3GfF69A

    Path will look like this : wp-content/themes/kleo-child/k_elements/kleo_testimonials.php

    The img sizes will have a size of 265px now

    That’s it

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #213348
     mcrepaz
    Participant

    Great – thank’s a lot for your support!

    #213356
     Radu
    Moderator

    You’re welcome

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?