Change cart page and check out page remove word to bin icon

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

  • Avatar: Focu5
    Focu5
    Participant
    November 29, 2023 at 13:07

    Hello how can we change on cart page and check out page “remove” word to bin icon
    link to printscreen : https://ibb.co/jGqvjK1

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    November 29, 2023 at 13:58

    Hello, @Focu5,

    We hope this message finds you well. To address the issue you are experiencing, we kindly ask that you implement the following steps:

    1. Navigate to the “Xstore” section.
    2. Proceed to “Theme Options”.
    3. Select “Theme Custom CSS”.
    4. Click on “Global CSS”.

    Once there, please insert the following CSS code:

    table.cart .product-details .cart-item-details .remove-item:before {
        content: "\f2ed" !important;
        font-family: "Font Awesome 5 Free" !important;
        visibility: visible !important;
    }
    table.cart .product-details .cart-item-details .remove-item {
        visibility: hidden !important;
    }

    After applying the code, we recommend that you clear your browser’s cache before revisiting your site to ensure the changes take effect.

    You should expect the outcome to resemble the example provided here: https://ibb.co/x72q0FQ

    Should you require any further assistance, please do not hesitate to reach out.

    Warm regards,
    The 8Theme Team

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

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

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