This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Can I change the icon? Our website need a ‘download-icon’ not the cart-icon.
How I can change?
Thanks!
Hello,
1) Go to Theme Options > Header settings > Shopping cart icon > choose Additional type
2) Go to Theme Options > Styling > Custom CSS > add the following code
.shopping-container.ico-design-2 .cart-bag:before, .shopping-container.ico-design-3 .cart-bag:before {
content: "\f019";
font-family: 'FontAwesome';
font-size: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up