• Resolved TZAL

    (@tzemaitis)


    Hi

    We use the Display view on our Testimonial page https://www.zemaitis-uk.com/testimonials/

    For some time we’ve used the following CSS to remove the border around the image:

    .strong-view.wpmtst-default .wpmtst-testimonial-image img {
    border: none;
    }

    However, the CSS no longer works and the image is showing.

    Can you please advise who to remove it again?

    Many thanks,

    Tony

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @tzemaitis,

    Thanks for reaching out to us!

    Please go to your WordPress dashboard > Appearance > Customize > Additional CSS > add this code:

    .strong-view.wpmtst-default .wpmtst-testimonial-image img {
        border: none !important;
    }

    Warm regards,

    Beatrice.

    Thread Starter TZAL

    (@tzemaitis)

    Many thanks Beatrice, that worked!

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

The topic ‘Display View Remove Image Border’ is closed to new replies.