In the shoes demo the cart button in the single product page uses the image cart.png that does not exist. The image is hardcoded to point to the 8theme demo site and not my site.
https://www.8theme.com/demo/xstore-test/shoes/wp-content/uploads/sites/43/2017/07/cart.png
https://[mysite.com]/wp-content/uploads/xstore/options-style.min.css
has the following content
.single_add_to_cart_button:before {
content: url(https://www.8theme.com/demo/xstore-test/shoes/wp-content/uploads/sites/43/2017/07/cart.png);
margin-right: 10px
}
Any chance I could get a fix for this?
Thanks.