How to remove Page Loader on particular page

Page Loader is a splash screen with percents counter before content becomes visible.

To remove Page Loader on particular page do the following:

  1. Open HTML file in your code editor.
  2. Remove preloader-is--active class from the body tag.
  3. Add scroll-is--active class to the body tag.

Was this page helpful?