Home Forums WoodMart support forum Cart icon on button

Cart icon on button

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

    chiarelliarreda
    Participant

    Hi there, how can change the icon on cart button? Attached image

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

    Luke Nielsen
    Keymaster

    Hello,

    It can be changed with the help of the custom CSS code. Paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-cart-icon>a:before {
        content: '\f218';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    https://gyazo.com/d767069e9a4941285f4bbde4f785802b

    You will be able to set another icon by replacing the value after the slash ‘/’ of the “content” attribute using the Font Awesome service.

    https://fontawesome.com/v5.15/icons

    https://prnt.sc/1x2068z

    If there’s anything else we can do, please get in touch.

    Kind Regards

    #349972

    chiarelliarreda
    Participant

    Works, thanks!

    #350073

    Luke Nielsen
    Keymaster

    Hello,

    If you ever want to discuss some questions, we’re here for you. Do not hesitate to reach out to us and let us know how we can make things right.

    We wish you all the best.

    Kind Regards

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

The topic ‘Cart icon on button’ is closed to new replies.