Off-canvas-cart delete animasyon disable

This topic has 5 replies, 2 voices, and was last updated 1 years, 4 months ago ago by delidana188

  • Avatar: delidana188
    delidana188
    Participant
    January 8, 2023 at 13:44

    Hello, I am using the current version of the xstore theme.I want the delete icon in the basket opened in canvas style to be non-animated and fixed thank you

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 8, 2023 at 14:17

    Hello,

    Please try to use the next custom CSS code:

    .et-off-canvas .cart-widget-products li:not(:hover) .remove {
        visibility: visible;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }

    Regards

    Avatar: delidana188
    delidana188
    Participant
    January 8, 2023 at 18:08

    unfortunately it still does not work, if there is no solution for this, I will stop working with this theme 🙁

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 8, 2023 at 18:11

    Please change the code to:

    .et-off-canvas .cart-widget-products li .remove {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    Regards

    Avatar: delidana188
    delidana188
    Participant
    January 8, 2023 at 18:19

    you worked great..thanks <3

    can you add my site to your references please..

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

The issue related to '‘off-canvas-cart delete animasyon disable’' 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.