Home Forums WoodMart support forum hello I want to remove cart icon drom shop page and product categorie archives Reply To: hello I want to remove cart icon drom shop page and product categorie archives

#543470

Hello,

The cart icon is not showing on your site. For the button try add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

.wd-add-btn-replace .add-to-cart-loop {
    display: none !important
}

Best Regards.