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
February 24, 2024 at 5:48 pm
#543470
Aizaz Imtiaz Awan
Keymaster
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.