I love the theme. But somehow I couldn’t find out how to change the time how long each quote on the about-me page is being displayed. I want to display some longer quotes with 2-3 sentences. But in order to give the user enough time to read them I need to be able to change the time how long each quote can be seen. Where can I do it?
you have to edit the file custom.js in the folder js. In this file, about the line 102, you have to change the value of the variable intervalTimeTestimonials. This is the code exactly:
var intervalTimeTestimonials= 2000;
Change the value 2000. The value is in miliseconds.