1. Currently my testimonials are scrolling - how do I slow them down a bit? 2. How do I remove the next and prev buttons from the testimonial section? 3. How do I change the font size or style for the testimonials?
1.For your first issue Go to Js > Custom.js present in your theme directory and adjust the value of play by increasing the value the slider speed decreases,and by decreasing the value the slider speed increase 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides_testimonial .next, #slides_testimonial .prev{ display:none; } 3.For your third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial .item p { font-family: symbol; font-size: 14px; } Adjust its value as per your requirements, Inplace of "symbol" put your font type.