Home › Forums › Basel support forum › Team member slider › Reply To: Team member slider
September 19, 2017 at 5:29 pm
#19790
Artem Temos
Keymaster
Hi,
Unfortunately, there is no team member slider in our theme. If you want to change testimonials avatar shape to square, add the following code snippet to the Custom CSS
div.testimonial .testimonial-avatar img {
border-radius:0;
}
Regards