page loading graphic

Is there a way to change or remove the page loading graphic as I navigate to new pages in my site?

When I open my home page the logo travels up and a circle shows progress of loading. That’s great.
But as I move to any new page, I see the same graphic. Is there a way to turn it off for the non-homepage pages?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

In order to check your question i need to see your live website, please provide url and i will take a look

dev.elevateclimbingwalls.com

hey there

Please add this CSS in appearance - customize - additional CSS

.page:not(.home) #awesome-loader {
display: none;
}

Thanks!
Colorlib Support Team