How to always show remove from cart button for mobile

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

  • Avatar: Mavi Ekran
    Mavi Ekran
    Participant
    September 13, 2022 at 21:47

    How to always show remove from cart button for mobile, see image below
    https://prnt.sc/s5Z-rJA6SyKJ

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 14, 2022 at 05:52

    Hello, @Mavi Ekran,

    Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Mobile CSS and check back to your site, after removing the browser cache.

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

    Regards 8Themes Team.

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

The issue related to '‘How to always show remove from cart button for mobile’' 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.