- This topic has 1 reply, 2 voices, and was last updated 1 year, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
is it possible to configure the preloader to be activated only for the main page or the first shown page?
The preloader makes absolutely sense when you enter the homepage, but is bothering when it is shown on every page.
Hi,
Please navigate to Appearance > Customize > Additional CSS section and add the following snippet:
body:not(.home) .ashe-preloader-wrap {
display: none !important;
}
Kind Regards