Tagged: entypo, shopping cart
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>
Thank´s for help!
Tobias
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
Thank´s – it works!