Hello,
I’m using DAWN THEME.
How do I change the text on the button that usually says ‘ADD TO CART’ ? I want to change it to something else?
Also, how do I keep the button, but disable it? Making it un-clickable?
Thank you so much!
A user working with the Dawn theme needs to modify the “Add to Cart” button in two ways:
Requirements:
Solution provided:
For changing button text:
For disabling the button:
.product-form__submit {
pointer-events: none;
}
The response includes screenshots showing the navigation path, though the actual text in the original post appears corrupted or reversed.
Hello,
I’m using DAWN THEME.
How do I change the text on the button that usually says ‘ADD TO CART’ ? I want to change it to something else?
Also, how do I keep the button, but disable it? Making it un-clickable?
Thank you so much!
Hi @Alex3251
May I suggest to update code these steps:
.product-form__submit {
pointer-events: none;
}