How can i disable or speed up the pre loader on home page
Hi,
To disable the preloader, please open file html and remove the following code:
<!-- Preloader --> <div> <div class="tb-cell"> <div> <div></div> <p>Loading</p> </div> </div> </div>
Then open file script.js and remove:
$('#preloader').fadeOut(1000);
Hi,
To disable the preloader, please open file html and remove the following code:
Then open file script.js and remove: