Home Forums WoodMart support forum Change the ‘x’ close iconto a Trash can icon

Change the ‘x’ close iconto a Trash can icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645121

    kruajeng
    Participant

    I want to change the ‘x’ close icon to a trash can icon
    When a product is added to the cart.
    How can I do this, as shown in the image?

    #645122

    kruajeng
    Participant

    This Picture

    Attachments:
    You must be logged in to view attached files.
    #645272

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    .woocommerce-mini-cart .remove:after {   
        content: "\f126" !important;
        font-size: 15px !important;
    }

    Then, Navigate to Theme Settings > Typography > Icon fonts and change the content code.

    Best Regards,

    #645289

    kruajeng
    Participant

    Hello, Aizaz Imtiaz Awan

    I tried it, but it’s not showing a trash can icon.

Viewing 4 posts - 1 through 4 (of 4 total)