This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
In the header top right side there is a magnifying glass and a black bag icon. I would like to change those. What are the steps to do so?
Hello,
You can change search icon using Font Awesome icons http://fortawesome.github.io/Font-Awesome/icons/ and add this code in Global Custom CSS:
.fa-search:before {
content: "\f002";
}
Replace current code \f002
with a new one.
Also, you can add this code
.cart-design-1 .shopping-cart-widget .ico-sum{
background: url(http://......png) no-repeat 0 0;
}
url (http://……png) – here should be the link to your image.
Regards,
Rose Tyler.
I changed the Cart icon to a bag icon. However, Is there a way to display the added items quantity within the bag? Right now it doesn’t show any number, but I would like it to count how many items are in the bag and display it within the icon. Is there a way to do that? Thank you
You need select “Animated” design in Theme Options > General > Header Settings > Cart widget design.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up