Change Cart Icon on Cart Sidebar
-
Hi! How can I change the cart icon displayed on the Cart Sidebar? Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Please upload the image to the Media library and provide the URL of the image so that we could provide custom CSS.
Best Regards
Actually, can we just remvove it instead? My site flourphl.com is up and not in a maintenance mode so you can provide the custom CSS. Thanks!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-empty-mini-cart:before {
display: none;
}
Best Regards