how can i hide the 2nd and 3rd testimonials? and the slider dots that correspond to those testimonials? thanks
Hi, Greetings from InkThemes, To make the required change, just paste the code given below in Custom CSS section under Dashboard-> Appearance-> Customize->Theme Settings->Custom Settings Code: .bx-wrapper .bx-pager .bx-pager-item:nth-child(2),.bx-wrapper .bx-pager .bx-pager-item:nth-child(3){ display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Thanks, Nitin. Can I ask, please, how do I also hide the 'slider' dot below the remaining testimonial?
Hi, Hope you are doing good...! You would be glad to know that we have made the changes to your website as per your requirements(as we had your login details). We put the code below in the custom CSS section of your website:- Code: .bx-wrapper .bx-pager { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Hi Nitin, I try both codes to hide testimonials in last version of Traffica template, but I cannot hide it, could you help me please
Hi, To hide the testimonial section, just paste the code given below in Custom CSS section (Dashboard-> InkThemes-> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_testimonial { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com