Remove the testimonials image

Hi,

Any idea how you remove or move the testimonials image?

Kind Regards
Rich
Geek-Monkey.co.uk

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*Remove testimonial*/
section#testimonials {
    display: none !important;
}

Best Regards,
Support

Hi,

Thanks you for the reply, but this did not work. Do you have any other advise please?

Cheers
Rich

Hey there,

Thank you for replying with that information.

I rectified the code, use this instead.

#testimonials{
  display:none !important;
}

Best Regards,
Support.