Hello,
Yes this is possible 🙂
On each page/html file change this:
.
..
...
....
</head>
<body class="loading-overlay-showing" data-plugin-page-transition data-loading-overlay data-plugin-options="{'hideDelay': 500}">
<div class="loading-overlay">
<div class="bounce-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<div class="body">
....
...
..
.
To this:
.
..
...
....
</head>
<body>
<div class="body">
....
...
..
.
Please, try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.