Hello,
We’ve removed
<h2>Your cart is currently empty</h2>
<p>You have not added any items in your shopping cart</p>
from Theme Options, and added a little customization in your child theme (woocommerce/cart/cart-empty.php and functions.php files).
Now the text loads from woocommerce – http://prntscr.com/jxgvm5
You can also add this code in custom css
.empty-cart-block i {
margin-bottom: 10px;
}
Regards