How to change the shopping cart icon?
-
How to change the shopping cart icon? like this one
Attachments:
You must be
logged in to view attached files.
Hello,
This is possible with custom CSS, what icon do you want to have instead?
Best Regards
some one like “link icon”
Hello,
Please provide the icon URL I will give you the custom CSS.
Best Regards
Hello,
You need to upload your icon to the Media library, then take the image URL and replace it in the custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-cart-icon>a:before {
display:none;
}
body .wd-add-cart-icon>a {
background-image:url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/09/brand-Rosenthal.png);
background-size:90%;
background-position:center center;
background-repeat: no-repeat;
}
Best Regards
It worked! Thank you very much!
We are always happy to help you, write to us when you have any difficulties or issues with our theme.
We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service
Thank you in advance
The topic ‘How to change the shopping cart icon?’ is closed to new replies.