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--active
class from the body tag. - Add
scroll-is--active
class to the body tag.