Page Loading

Page loading overlay which dissapears when page is fully loaded

If you want to apply page loading overlay before the page is loaded then add this markup right before the </body> tag and you are set:

<div class="page-loading-overlay">
<div class="loader-2"></div>
</div>