Archived topic
How to delete woo buttons
3 replies · Started by Max on May 28, 2022
How do i delete the buttons under the hand picked woo products? I want to keep the Generateblock button. But the ones under the products i want to delete
Hi there,
Are you referring to these buttons?
https://www.screencast.com/t/n5ZEqxsNVHE
Let me know :)
Yes
Hi Max,
Is the content inserted using Woocommerce block?
If you just want to hide them, you can use this CSS:
.home .wp-block-button.wc-block-grid__product-add-to-cart {
display: none;
}
But if you want to remove them, GP has no control over it. You'll need to contact the plugin's support.