Cart icon - by krisatsplash - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler

  • Avatar: krisatsplash
    krisatsplash
    Participant
    February 2, 2017 at 04:55

    Hi,

    Is it possible to change the bag icon to shopping cart icon?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2017 at 09:34

    Hello,

    You can change the icons using Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/ and use this css code in custom.css file:

    #primary-navigation #primary-menu > li.menu-item-cart > a::before{
       font-family: 'FontAwesome';
       content: '\f290';
    }

    How to create custom.css you can watch in this tutorial
    https://youtu.be/Qok2zRedRMY

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.