Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #176946

    Hy,

    how can i change the Entypo Shopping Cart icon in the header after activating WooCommerce?

    Shopping Cart Icon: U+E73D / 
    I need the Icon: U+1F4CB / 📋
    http://www.entypo.com/characters/

    <li class="cart_dropdown_first"><span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    Link to Website.

    Thank´s for help!

    Tobias

    #177320

    Hey touch2be!

    Open up functions.php and search for

    
    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
    

    Replace ue859 with your character code. If you don’t know it you can look it up here: http://fontello.com/ (select an icon and click on “Customize Codes” to get the character code.

    Cheers!
    Peter

    #177986

    Thank´s – it works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Shopping Cart Icon’ is closed to new replies.