Shop Categories

X

WooCommerce cart icon

Home Forums Agama Pro WooCommerce cart icon

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11013
    pepit
    Participant

    Hello 🙂

    Can someone explain me how I can change the WooCommerce cart icon ?

    Thank you

    #11014
    Zex
    Moderator

    Hello, pepit!

    You can use a different Font Awesome icon if you wish.

    First, insert following CSS code into Customizing->General->Additional CSS:

    .shopping_cart:before{
    	content:'\f07a'!important;
    }

    then,

    find a free FA icon on THIS address, and copy the Icon Unicode to the CSS code Above.
    https://prnt.sc/l7evic

    Regards

    #11015
    pepit
    Participant

    WOW 🙂
    You are so fast

    Thank you Zex

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.