Hi @noknowledge,
Thank you for appriciating our work!
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
-
This reply was modified 2 years, 7 months ago by
dimplemodi.
Thank you so much! I really appreciate your reply!