Archived topic
How to change text of a woo button in checkout page
3 replies · Started by Danielle on June 15, 2022
The red cirle i want to delete that button. Is that possible?
And the green button i want to change the text. How can i fix this.
To get it you first need to add a product in your shopping cart i think ;)
Hi there,
can you confirm if my reply fixes that other topic:
https://generatepress.com/forums/topic/how-can-i-change-the-text-in-mini-cart/#post-2254114
Let me know as that would also apply here.
To delete the other button - add this CSS:
.woocommerce .cart .button[name*="update_cart"] {
display: none;
}
The button is gone so that is nice.
''And the green button i want to change the text. How can i fix this.''
This question is still open do you also know how to fix this?
The text in that button is not controlled by GP, but by Woocommerce.
This article should help:
https://quadlayers.com/change-proceed-to-checkout-text-in-woocommerce/