• Is there any plugin for remove preloader? I installed theme with automatic is preloader which i want to disable. I tried to remove it in CSS but it didn’t work. I’ve got a few site with this problem, that is why im loking for universal plugin.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, You can go through other option because you cannot get the solution for preloaded issue. Still, we are sharing here one option for resolve the issue. You can try to use it,

    Please put this css on your custom css. Hope!! this should work,

    body > .preloader{ display: none; }

    Esteza Remmy

    (@estezaremmy)

    This is what solved my issue which is similar to yours. I inspected the preloader before it completed, looked for the class ID (in that case it was #loaderMask) and added {display:none!important;}

    It worked out perfectly.
    This might be helpful to you as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove preloader plugin’ is closed to new replies.