Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64344
    Miriam Auer
    Participant
    Premium Member

    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.

    #64359
    Duke
    Keymaster
    WP Royal Team

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.