This topic has 9 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
Hi,
I would like to change the “icon-shopping-cart” image when the cart is empty, as I don’t find its location.
How is the way to change / find it?
Thanks in advance!
Gilles.
Hello,
This is a FontAwesome icon – http://fortawesome.github.io/Font-Awesome/icon/shopping-cart/
If you want to change it for own image you can try to add the following code in custom.css
.icon-shopping-cart:before{
display:none;
}
.empty-cart-block i {
background-image: url(http://www.galasxy.com/wp-content/uploads/2016/02/logo.gif);
background-repeat: no-repeat;
background-position: center;
}
url(http://www.galasxy.com/wp-content/uploads/2016/02/logo.gif) – here should be the link to your image.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks,
I use this image
http://www.galasxy.com/wp-content/uploads/2016/02/logocart.gif
The initial black and white logo dissapear but the new image doesn’t load…
Any solution?
Thanks!
Gilles.
and if I delete
.icon-shopping-cart:before{
display:none;
}
the 2 images are displaying…
Gilles.
Hello,
Please provide us with WP dashboard and FTP (FTP host, FTP user, FTP password) credentials in private content.
Best regards,
Jack Richardson.
Thanks,
please find the credentials in private content.
Gilles.
Hello,
I’ve changed previously provided css code to the following:
.icon-shopping-cart:before{
content: url(http://www.galasxy.com/wp-content/uploads/2016/02/logo.gif);
}
Please clear browser cache and check the site.
Best regards,
Jack Richardson.
It works, thank you very much!
Gilles.
Hello,
You are welcome!
We would be thankful if you leave a review on Theme Forest site http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/5493981/comments
Best regards,
Jack Richardson.
The issue related to '‘How to change empty basket image?’' has been successfully resolved, and the topic is now closed for further responses