Home › Forums › Stripe Payments Plugin › Color text in asp-reset-btn › Reply To: Color text in asp-reset-btn
February 23, 2021 at 11:21 pm
#3651
Admin
Keymaster
Try the following custom CSS that should change the color of that currency converter submit button (the “apply” text) to white:
.asp-multicurr-submit-btn {
color: white !important;
}