• Resolved pnoble2088

    (@pnoble2088)


    Hello,

    i have tried the underlisted css to block the preloader on the front end when making a booking but its not working.

    .spinner-wrapper{display: none;}

    preloader{ display:none !important; }

    .preloader{ display:none !important; }

    Any support on how to rid off the preloader will be great.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    I am providing you with a custom CSS code that will help you to hide the Preloader. but please note that the provided CSS only works on the front end not apply on the backend side of the BookingPress.

    .bpa-frontend-main-container .bpa-front-loader svg { display: none; }
    .bpa-frontend-main-container .bpa-front-loader { background: none; }

    Copy and paste the above code to the Custom CSS textarea in the BookingPress > Customize > upper belt ( Actions ) CSS > add this code and save the changes. Also, if you’re using any caching plugin then please clear the cache after adding the Custom CSS and then check again.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Preloader’ is closed to new replies.