Home Forums WoodMart support forum side cart close icon

side cart close icon

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

    Kathir
    Participant

    Hi, is it possible to replace the x icon to a dustbin icon in the side cart ?
    I have added the screenshot for reference.

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

    Hello,

    Please enable “Always use” in the Font Awesome in the Theme Settings > Performance > Icons to enable Font Awsome 5 integrated into Elementor.

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

    body .woocommerce-mini-cart .remove:after {
    		content: "\f2ed";
        font-family: "Font Awesome 5 Free";
    }

    Best Regards

    #499750

    Kathir
    Participant

    thanks, how to increase the size of the icon ?
    now its very small

    #499765

    Hello,

    Please replace the code with this one:

    body .woocommerce-mini-cart .remove:after {
        content: "\f2ed";
        font-family: "Font Awesome 5 Free";
        font-size: 30px;
    } 

    You need to set the font size as per your needs.

    If you have any questions please feel free to contact us.

    Best Regards

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