• Resolved Kar2k

    (@kar2k)


    The loading animation doesn’t really stop sometimes. The only way is to disable it.

    It has something to do with one of the other settings.

    Everytime I update The Automobile I have to disable the loading animation slider thing.

Viewing 1 replies (of 1 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @ Kar2k,

    We’re planning to add an option to enable/disable Pre-loader Option from Customizer settings on our next release.

    Until then, from your WordPress Dashboard, Kindly goto Appearance >> customize >> Additional CSS and add below CSS.

    body .preloader {
        display: none !important;
        visibility: hidden;
        opacity: 0;
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Disable the loading animation by default?’ is closed to new replies.