Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1326170

    Hello,

    Im using a custom preloader for the homepage with a different plugin and I wanted to know how I can disable the Enfold preloader for the homepage.
    So at the end it should be like this:

    Home page -> Custom preloader
    all other pages -> Enfold preloader

    #1326176

    Hey KevinDuy2605,
    To remove this from only the homepage please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home .av-siteloader-wrap {
        display: none !important;
        visibility: hidden !important;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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