• Great theme ?? I just need to disable the preloader I tried this code on css to no avail

    .preloader {
    display: none;
    }

    Thanks in advance

    The page I need help with: [log in to see the link]

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

    (@nickmart111)

    Hi
    Sorry for the delay in response

    Please use this custom CSS for disabling preloader-

    #loader-wrapper
    {
    display:none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Disabling pre-loader’ is closed to new replies.