Archived topic
Replacing the Woocommerce shopping cart icon with custom image
5 replies · Started by Michelle on July 29, 2017
I would like to use a different shopping cart image. What code do I need to use to replace the standard cart?
But most importantly, where do I need to put the code? :)
Thank you!
I need to use it on this in-development site
http://sampooley.michellec.co/
Hi Michelle,
Are you using GPP 1.4 beta, or 1.3.1?
What are you wanting to replace it with? An icon or an image?
Let me know :)
GP 1.3.1
I'd like to use an image.
Thank you for your help :)
Try doing this:
.wc-menu-item i:before {
content: url(URL TO YOUR IMAGE);
}
Thank you Tom. That did the trick perfectly :)
You're welcome :)