Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249665
    quentin
    Participant

    Hi everyone,
    just a little question form the catchfullscreen pro template.
    How can i resizing an image dedicated to a testimonial ? i mean… in the default Pro template, a testimonial have a rounded image capabilitie.
    May i tranform in a rectangular or square image, or colud you have a short code to adapt image ?

    Thanks

    #249736
    Skandha
    Participant

    @quentin: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #testimonial-content-section .post-thumbnail img {
        border-radius: 0;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #249762
    quentin
    Participant

    Hi Skandha,

    Thanks a lot for your support.
    I’m gonna make this modifications soon.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Testimonial image sizing’ is closed to new replies.