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?

Solution for this topic

Hi @shanticfm,

 

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

 

You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-testimonials-table-icon {
    display: none;
}

 

Best regards,
Shufflehound team