Hi,
Please copy past this file in your Child theme directory => section-parts : http://snippi.com/s/phwwnlb
Then you will see this of bottom of file :
jQuery(document).ready(function () {
jQuery('.hero-slideshow-wrapper').backstretch(<?php echo json_encode( $images ) ?>, {
fade: 750,
duration: 5000
});
});
Just change 500 to number you want.
Read more here : https://github.com/srobbin/jquery-backstretch#options
Kind regards.
Hello,
i tried that but it only changes the speed or the fade of the background image and NOT the scroll speed of the text.
Can you tell how to change the scroll speed of the words?
@generalzero , please do the following here :
1. Create new file assets/js/custom.js in your Child theme.
2. Copy paste this in your Child theme’s functions.php : http://snippi.com/s/vcfu4ev
3. Copy paste this in custom.js : http://snippi.com/s/jrvyvx3
Let me know if it works.