Go to Js > Custom.js present in your theme directory and increase the value of play Sending image for reference This will solve your issue.
This did not remove the slideshow. (i used 27 0's by my count). I would like to remove the slider completely. please advise. //Slider Settings jQuery(function(){ jQuery('#slides').slides({ preload: true, preloadImage: 'images/loading.gif', play: 3000000000000000000000000000, pause: 2500, hoverPause: true,
Please specify do you want to remove complete slider area from the theme or want to just stop auto slideshow. Note:- It is not possible to stop auto slideshow completely you can only increase slideshow time, So that it will not slide automatically
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper{ display:none; }