Can I change the shopping cart icon that is in the header bar to be something similar to what is used on this site (looks like a shopping trolley) and in white (the same as the rest of my icons)
This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Can I change the shopping cart icon that is in the header bar to be something similar to what is used on this site (looks like a shopping trolley) and in white (the same as the rest of my icons)
Hello,
Please try to use this code to change cart icon:
.header-type-6 .shopping-cart-link:before {
content: url(http://path_to_your_image);
}
Regards,
Eva Kemp.
Do I put this is custom.css?
Hello,
Yes, you should add the code to custom.css file.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up