Hello,
Here’s a little example of how to change the empty cart icon using a custom code. Paste it to the “Custom Global CSS” area in Theme Settings -> Custom CSS.
.wd-empty-mini-cart:before {
content: ' ';
height: 120px;
width: 120px;
margin: 0 auto;
background-image: url('http://wood62/wp-content/uploads/woocommerce-placeholder.png');
background-size: 120px 120px;
background-position: center;
}
The URL for your image you can copy from the Media Library which is situated in Dashboard -> Media.
https://prnt.sc/22m3g8s
If you have any questions or wish to learn more about our theme, do reach out to our awesome customer service team at any time
Kind Regards