Archived topic
How to delete left sidebar
3 replies · Started by Max on May 20, 2022
How can i delete the buttons on mobile?
And how can i change the text of the buttons on desktop to ''bekijk nu''
Hi there,
this topic here explains how to change the Add to Cart text:
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;
}
}
On mobile they are gone. But the PHP to change the text didnt work
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.