[Support request] How to delete left sidebar

Home Forums Support [Support request] How to delete left sidebar

Home Forums Support How to delete left sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2226532
    Max

    How can i delete the buttons on mobile?

    And how can i change the text of the buttons on desktop to ”bekijk nu”

    #2226960
    David
    Staff
    Customer Support

    Hi there,

    this topic here explains how to change the Add to Cart text:

    https://generatepress.com/forums/topic/change-select-options-in-products-site-library-niche/#post-2182117

    Please note – i know this works with the core templates but i don’t know about the woocommerce blocks.

    To remove the button on mobile, try this CSS:

    @media(max-width: 768px) {
        .wc-block-grid__product-add-to-cart {
            display: none;
        }
    }
    
    #2228432
    Max

    On mobile they are gone. But the PHP to change the text didnt work

    #2228771
    Ying
    Staff
    Customer Support

    As David said:

    Please note – i know this works with the core templates but i don’t know about the woocommerce blocks.

    So it seems not working on Woocommerce blocks.

    In that case, it’s better reach out to Woocommerce support as GP has no control over it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.