Home › Forums › WoodMart support forum › Split: Remove icons on products › Reply To: Split: Remove icons on products
April 1, 2024 at 9:20 am
#553748
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help:
.product-grid-item .add_to_cart_button {
display: none;
}
If you have any additional questions, let me know.
Kind Regards