• Dan14

    (@dan14)


    This is the theme I am using, imported as child theme:

    dt10.premiummod.com/?design=shops1&desktop_view=1

    I am trying to hide the preloader via css and was unsuccessful. I tried one or two scripts to disable the preloader with no success.

    I would like to know what is the css for hiding the preloader or removing it all together. There are no options to remove it without scripts.

    I will highly appreciate your response to the above.

Viewing 5 replies - 1 through 5 (of 5 total)
  • ahmadalim

    (@ahmadalim)

    Hi there,

    I would recommend try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .preloader {
      background-color: transparent !important;
      display:none !important;
    }

    The preloader could also be coming from one of your plugins, so try disabling your plugins and see if the issue preloader is gone after that. If it is, enable them one by one until the issue happens again, this should tell us where the preloader is coming from so you can check the plugin configuration further to remove the loader.

    I suggest doing this test on a staging site, or if you don’t have one make sure to have a full backup of your live installation before proceeding with the test.

    Hope this helps.

    Thread Starter Dan14

    (@dan14)

    Thanks for your reply.

    I tried it before and it doesnt work. Its coming from theme, 100%.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter Dan14

    (@dan14)

    Hi Steven,

    Thank you for your reply.

    I provided a url. I imported the theme as it is as a child theme. You will find it here (I dont want to hyerlink it):

    dt10.premiummod.com/?design=shops1&desktop_view=1

    The theme’s team including the author are facing issues with covid19 so I have nowhere else to turn. I know about display none but no matter what I tried I cannot hide or disable the preloader.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    that appears to be a premium theme, so please use their official support channel. We feel they are best equipped to support their products.

    dt10.premiummod.com/?design=shops1&desktop_view=1

    Commercial products are not supported in these forums.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to hide the preloader’ is closed to new replies.