How to turn “Continue Shopping” button to Uppercase

To make “Continue Shopping” button to Uppercase

image

You can use this code to Website Tools > Custom CSS

a.cart-continue-button {
    text-transform: uppercase !important;
}

image

Result

image