Home › Forums › Business Consultr › Remove Feature Image from Front Page Testimonials only › Reply To: Remove Feature Image from Front Page Testimonials only
February 6, 2019 at 6:24 am
#3633
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.