‘remove item’ button in minicart not showing on mobile

This topic has 4 replies, 2 voices, and was last updated 1 months ago ago by Rose Tyler

  • Avatar: Luuk
    Luuk
    Participant
    March 13, 2025 at 11:37

    Good day,

    When using the minicart, it is showing the ‘remove’ button on hover on desktop.
    However, this button is not showing on mobile. Would it be possible the show the ‘remove’ button on mobile at all times?

    Thanks in advance for your reply.

    With kind regards,

    Luuk

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2025 at 12:42

    Hello,

    Thank you for reaching out to us.

    To better understand your request, could you kindly provide a screenshot along with temporary WP-Admin access? This will help us assist you more effectively.

    We appreciate your cooperation and look forward to your response.

    Warm Regards,
    The 8Theme Team

    Avatar: Luuk
    Luuk
    Participant
    March 17, 2025 at 08:30

    Good day,

    See the attached screenshot. The cross icon for removing an item is shown on hover.

    On the desktop this is OK. But on the mobile it is not possible to hover, so this icon is not showing. Therefore it should be shown at all times on the mobile, not only on hovering.

    Would this be possible?

    With kind regrads,

    Luuk

    Files is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 17, 2025 at 09:20

    Hello,

    We appreciate your feedback and understand your concern regarding the visibility of the cross icon on mobile devices.

    To address this issue, we kindly ask you to add the following code in Theme Options > Theme custom CSS > Global:

    @media (max-width: 992px) {
     .etheme-elementor-off-canvas .product_list_widget:not(.swiper-wrapper) li:not(:hover) .remove {
         opacity: 1;
         visibility: visible;
     }
    }

    Warm Regards,
    The 8Theme Team

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

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

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