I am interested in disabling the animation effects that are shown on the buttons. The animation shows a darker shade of the button background color that animates from left to right. I would like to remove the animation effect. 
The buttons I am referring to are located inside the pricing options tables. Yellow buttons that read "BUY NOW".
LINK-
                 
                
Comments
you can remove this effect with extra css only:
a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after { display: none !important; }