Skip to main content
Is it possible to not show the animation after clicking a button?
ETNA
Didn't find what you were looking for?
New post
https://support.booking-wp-plugin.com/hc/en-us/categories/200390561-FAQ
/hc/theming_assets/01K4CB5W4JG21QJQDP1QQVQJWJ
FAQ
Questions about Bookly products and settings
custom
https://support.booking-wp-plugin.com/hc/en-us/sections/200751971-Getting-Started
/hc/theming_assets/01K4CB5WECBT2V67CB0GZZAQ3V
Getting started
Instructions related to plugin installation and usage
custom
https://support.booking-wp-plugin.com/hc/en-us/sections/34129100616978-Bookly-Cloud
/hc/theming_assets/01KM0TS4P06BVDMHZYT0ZR3ZBT
Bookly Cloud
Tools to keep your booking system running smoothly
new_request
/hc/en-us/requests/new
/hc/theming_assets/01K4CB5X687TDDYT5SKMZHP76H
Submit a request
Get in touch through our contact form
installation, shortcodes, appearance
Comments
Hello,
Thank you for your message.
You can remove the animation for all buttons via Appearance section - Edit custom CSS:
.bookly-form .ladda-spinner {
opacity: 0!important;
}
.bookly-form .ladda-button .ladda-label {
opacity: 1!important;
webkit-transform: none!important;
transform:none!important;
}
Please sign in to leave a comment.