Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

testimonial image size change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3847
    Jason
    Participant

    How do you increase the size of the testimonial photo?

    #3854
    Grace Themes
    Member

    Hi Jason,

    To increase the size of the testimonial photo

    Go to Appearance -> Theme options -> Basic Settings -> Custom CSS

    and use below css code in custom css box

    #testimonials ul li img { height: 150px; }

    The default image height is 100px;

    Regards
    Grace Themes

    #3903
    Jason
    Participant

    Is it possible to change it from a circle to a square?

    #3911
    Grace Themes
    Member

    Hi Jason,

    To change the testimonial photo from a circle to a square

    Go to Appearance -> Theme options -> Basic Settings -> Custom CSS
    and use below css code in custom css box

    #testimonials ul li img { border-radius: 0%; }

    Regards
    Grace Themes

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