-
Author
-
November 9, 2018 at 13:13 #213092mcrepazParticipant
Hi, how is it possible to change the testimonial image size in the carousel?
THX
November 9, 2018 at 18:43 #213120RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 9, 2018 at 19:36 #213126mcrepazParticipantTHX 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
November 12, 2018 at 14:39 #213282RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 13, 2018 at 14:23 #213356RaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.