• Resolved oscarlorak

    (@oscarlora)


    How can I change the shopping minicart icon that woocommerce shows in the header?
    Is it via code? or plugin?
    And is it possible to insert it somewhere else that is not the header?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    It’s added using Fontawesome and uses the ::after CSS pseudoclass. The following CSS would change it to the traditional shopping cart icon:

    a.cart-contents::after {
    	content: "\f07a" !important;
    }

    To add that, go to **Appearance > Customise > Additional CSS**.

    Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change minicart icon in header’ is closed to new replies.