• Hi, Apologies if this has been asked before but couldn’t find it.

    Is it possible to slow the speed of the transition on the testimonials? (free version) Or disable the fade effect?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi
    There is no such feature in theme to slow down the speed of testimonial section. You have to make edit in the code.
    Thanks

    Where in the code is the speed for the testominals?

    Theme Author Access Keys

    (@access-keys)

    The file you need to modify is js/custom.js

    jQuery('.testimonial-slider').bxSlider({
       controls:false,
       auto:true,
       mode:'fade',
       speed:1000
      });

    Change the value of speed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tesimonails fade and speed’ is closed to new replies.