Is it possible to not show the animation after clicking a button?

0

Comments

1 comment
Date Votes
  • Official comment

    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.

Didn't find what you were looking for?

New post