Home Forums Business Consultr Remove Feature Image from Front Page Testimonials only Reply To: Remove Feature Image from Front Page Testimonials only

#3633
keonthemes
Keymaster

Hello,

To remove image from testimonial, please copy below CSS and follow a simple step;

body .block-testimonial .slide-item article.post-content .post-thumb-outer {
display: none;
}

Go to Dashboard > Appearance > Customize > Additional CSS and paste above code. Then click on publish button.

Thanks.