Home Forums Jevelin Theme Remove avatar section and quotation marks from Testimonials Reply To: Remove avatar section and quotation marks from Testimonials

Home Forums Jevelin Theme Remove avatar section and quotation marks from Testimonials Reply To: Remove avatar section and quotation marks from Testimonials

Solution for this topic

Hi @ssizz,

 

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-table-cell.sh-testimonials-center {
    display: none;
}

 

Best regards,
Shufflehound team