Removing Cart Icon on Button

Hello,

How can I remove the cart icon next to View More. I have tried everything on my end and can’t figure it out!

Website link is http://08f.d11.myftpupload.com/product-category/furniture/speciality-tables/

Thanks in advance!

Hi @lostimagination,

Please add this code in X > Theme Options > CSS:

.woocommerce .button.product_type_simple:before, 
.woocommerce .button.single_add_to_cart_button:before {
    display: none;
}

Hope this helps.

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