- This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Color text in asp-reset-btn
Hello Great Support,
I would like to have the text in white in the button .asp-reset-btn. See the pic:[snipboard.io/qK9cb8.jpg]
The website page:[mercuryproject.ch/sell-out-index-publication]
Thanks for your help.
Kind regards,
Patrick
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;
}
Really sorry. I would like to change the color of the text “APPLY” in the button.
Thanks a lot
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;
}