Home Forums Jevelin Theme Remove switch at Testimonial? Reply To: Remove switch at Testimonial?

Home Forums Jevelin Theme Remove switch at Testimonial? Reply To: Remove switch at Testimonial?

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

 

.sh-testimonials-switch.sh-group * {
    display: none;
}