Page Loader is a splash screen with percents counter before content becomes visible.
To remove Page Loader on particular page do the following:
- Open HTML file in your code editor.
- Remove
preloader-is--activeclass from the body tag. - Add
scroll-is--activeclass to the body tag.