• Resolved elbybrown

    (@elbybrown)


    Hey,
    I really thought my last question would be my last question (If you see what I mean but I have more!!! – oops)
    I would really love to change the woocommerce cart icon in the top bar – I have looked all over and can’t find how to do that.
    Is it possible? I would like to have a shopping bag.
    Thanks so much in advance

    • This topic was modified 6 years, 3 months ago by elbybrown.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi, @elbybrown!

    Is it possible?

    Yes, sure is! You can use some CSS — the following should work

    .icon-shopping-cart::before {
    font-family: "fontAwesome";
    content: "\f290";
    }

    Be sure to add this CSS code to the “Additional CSS” section in your customizer

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Cart icon’ is closed to new replies.