Icons not displaying properly

I am getting inconsistent icon performance across platforms.
I get boxes in Chrome and correct icons in Firefox, Safari…

Screen Shot 2020-05-05 at 1.25.09 PM

Solved the issue with some CSS.

.single-product .product button.single_add_to_cart_button.button.alt:before{
display: none;
}

Glad you have sorted out the issue and thank you for updating us!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.