Home › Forums › Jevelin Theme › How can I remove 99 on the testimonial page?
Home › Forums › Jevelin Theme › How can I remove 99 on the testimonial page?
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
Thanks!!! <3
You are most welcome here 🙂
This didn’t work for me. They are still on the circle image. (scroll down near bottom)
http://afsphotography.ca/new-site/
Oops sorry. It’s there now.
Looks like you are using a different layout, therefore a different snippet is needed. Please try this one bellow and let us know if the issue is fixed.
.sh-testimonials-quote-icon { display: none!important; }
Nope, that just removes the 99 symbol, but the circle is still there.
Then try using below custom CSS code instead of above.
.sh-testimonials-quote-icon-container { display: none; }
Sorry, I guess the 99 is still on the home page on the very bottom: see link
Please make sure you are using all the custom CSS code shared in this topic and if it still displays then share me the screenshot of it.
That worked, thank you!
You are always welcome here 🙂