To make “Continue Shopping” button to Uppercase
You can use this code to Website Tools > Custom CSS
a.cart-continue-button {
text-transform: uppercase !important;
}
Result
To make “Continue Shopping” button to Uppercase
You can use this code to Website Tools > Custom CSS
a.cart-continue-button {
text-transform: uppercase !important;
}
Result