Home › Forums › Jevelin Theme › Removing quotation marks from testimonials
Home › Forums › Jevelin Theme › Removing quotation marks from testimonials
Hi there, I am trying to remove the quotation marks from my testimonals, without any luck. I have followed the instructions in both threads below and it hasn’t worked. Can you assist? Many thanks
https://support.shufflehound.com/forums/topic/how-can-i-remove-99-on-the-testimonial-page/#post-5588
Hi @MultiScreen,
I hope you are well today and thank you for your question.
You can remove them 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
#page-container .sh-testimonials-quote:before, #page-container .sh-testimonials-quote:after { display: none; }
Best regards,
Shufflehound team