Home Forums Jevelin Theme How can I remove 99 on the testimonial page? Reply To: How can I remove 99 on the testimonial page?

Home Forums Jevelin Theme How can I remove 99 on the testimonial page? Reply To: How can I remove 99 on the testimonial page?

Then try using below custom CSS code instead of above.

 

.sh-testimonials-quote-icon-container {
    display: none;
}