Home › Forums › Stripe Payments Plugin › Color text in asp-reset-btn › Reply To: Color text in asp-reset-btn
February 22, 2021 at 11:12 pm
#3647
Admin
Keymaster
Are you referring to the text/label that says “Change currency”? Or the Price amount?
The following CSS tweak can be used to change the color of the label “Change currency” to blue (as an example):
.asp-multicurr-select-container label {
color: blue !important;
}