Site logo

Archived topic

How to delete woo buttons

3 replies · Started by Max on May 28, 2022

Viewing posts 1–4 of 4

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

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.

This archived topic is closed to new replies.