Is there anyway to add movements to the add to cart/buy now buttons?

This topic has 4 replies, 2 voices, and was last updated 7 months, 2 weeks ago ago by Tony Rodriguez

  • Avatar: GTP
    GTP
    Participant
    September 24, 2023 at 19:12

    Hello,

    We have added a domain on the PCA.
    Is there anyway to add animations as shown on the add to cart button (it is moving left to right every few seconds)

    Thanks!

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 25, 2023 at 09:12

    Hello, @GTP,

    We regret to inform you that our theme does not support the option for an ‘Add to Cart’ button animation. The site you provided for us to review under the private content area utilizes CSS for the animation of the ‘Add to Cart’ button. Therefore, you would need to implement this feature using Custom CSS code.

    We have extracted the relevant code from the site you provided. The code is as follows:

    .single-product button.single_add_to_cart_button {
        animation-name: shake !important;
        animation-duration: 5s !important;
        animation-iteration-count: infinite !important;
        animation-timing-function: ease-in-out !important;
    } 

    You can apply this code to your site under Theme Options >> Theme Custom CSS >> Global CSS and change the class in the code with your site Add to Cart button class.

    Best Regards,
    8Theme’s Team

    Avatar: GTP
    GTP
    Participant
    September 25, 2023 at 20:57

    Hello Tony,

    Thanks! We will take a look at this. Very much appreciated!

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 26, 2023 at 05:54

    Hello, @GTP,

    You are most welcome! Should you have any inquiries or require additional support, please do not hesitate to contact us. We hope you have a splendid day!

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Is there anyway to add movements to the add to cart/buy now buttons?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.