• Resolved Atanas Yonkov

    (@nravota12)


    I am using the testimonial block and i am able to change image, however, I want to use the block without an image. Sometimes it is useful to only have testimonials without images, since not all the clients are ok to display their own photos on the site. Please help, there should be such an option!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support dimned

    (@dimned)

    Hi
    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

    Thread Starter Atanas Yonkov

    (@nravota12)

    Thank you, looking forward for this feature!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Option to remove Testimonial Image’ is closed to new replies.