Make trash icon in popup cart always visible

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

  • Avatar: Smartstart
    Smartstart
    Participant
    February 7, 2024 at 14:19

    Hello,
    how can have trash icon in popup cart always visible

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2024 at 14:56

    Hello, Smartstart,

    Thank you for reaching out to us with your query.

    Kindly proceed by inserting the following code snippet into Theme options > Theme Custom CSS > Global:

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

    Should you require any further assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

    Avatar: Smartstart
    Smartstart
    Participant
    February 7, 2024 at 15:04

    Hello, is still hiding
    I want it to be always visible

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2024 at 15:40

    Hello, Smartstart,

    We appreciate your prompt response.

    We kindly request that you update the code as follows:

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

    Best Regards,
    8Theme’s Team

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

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

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