• Resolved cheungvong

    (@cheungvong)


    Is it possible to remove the testimonial image? Once the image is set, you can replace it but you cannot remove it.

Viewing 1 replies (of 1 total)
  • Plugin Support dimned

    (@dimned)

    Hi @cheungvong
    Thanks for your question and accept apologies for the delay. At the moment there is no possibility to remove an image from the testimonial block. I’ve added your request to our list of features. perhaps it will be released in one of the next updates.
    Meanwhile, you may use CSS to remove the images from the Testimonial blocks where you do not need them. For this you may add the code below to Appearance > Customize > Additional CSS:

    .no-image .wp-block-getwid-testimonial__image-wrapper {
    display: none;
    }

    After that apply class no-image to the testimonial block where you wish to hide an image https://prntscr.com/116al90

Viewing 1 replies (of 1 total)
  • The topic ‘Testimonial Images’ is closed to new replies.