I am currently utilizing the following template: . My objective is to eliminate the preloader progress bar that displays the loading progress of the page in percentage. The files associated with this preloader are as follows:
Loader CSS File - www[dot]themenesia[dot]com/themeforest/archi-light/css/jpreloader.css
JS File - www[dot]themenesia[dot]com/themeforest/archi-light/js/jpreloader.js
Page CSS File - www[dot]themenesia[dot]com/themeforest/archi-light/css/style.css
I have attempted to delete both of these files and removed the css link and script from the page. Additionally, I eliminated the specified style from line 55 of the Page CSS File:
body {
display:none;
}
Despite taking these steps, the page continues to fail to load and appears blank on screen. Any assistance would be greatly appreciated!