Home › Forums › Support › Add the transition and transformation effect This topic has 3 replies, 2 voices, and was last updated 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 17, 2022 at 5:14 pm #2346165 Leonardo I would like to add the transition and transformation effect to the contact form buttons and the newsletter button at the bottom of the website. I did this on the others, but on these I couldn’t via code… The effect is only caused when hovering… The 2 buttons I want the effect are these: https://germinlab.com.br/wp-content/uploads/2022/09/Sem-titulo-1.png September 18, 2022 at 7:09 am #2346491 DavidStaff Customer Support Hi there, try adding this CSS: .wpforms-submit { transform: translate3d(0,0,0); transition: all 0.5s ease; } .wpforms-submit:hover { transform: translate3d(7px,0,0); } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 18, 2022 at 8:09 am #2346672 Leonardo Thanks, thanks, thanks! September 18, 2022 at 8:11 am #2346678 DavidStaff Customer Support You’re welcome ! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In