This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi,
Is it possible to change the bag icon to shopping cart icon?
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.
You must be logged in to reply to this topic.Log in/Sign up