- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 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 › Remove "Until Canelled" from Subscription price description
Hello.
My client would like me to remove the words “Until Cancelled” from her subscription plan display, but I can’t see where to do that. Apologies if I am being blind or blonde. :o)
Can you please help?
Thanks so much in advance.
This is something that can be customized by customizing your copy of the plugin’s language file.
In your install, you can replace the “until cancelled” phrase with anything you want to say there.
In the next release of the addon we will add a CSS class in there also. That will allow you to hide that phrase with a simple CSS tweak like the following:
.asp_subs_price_until_cancelled{
display: none;
}
Thanks so much for your prompt reply!
I think I’ll wait until the next release and use the CSS option – as it’s only one phrase I wish to edit/remove.
I don’t suppose you have a timeline for the next release, do you?
Elle x
It’s out now. So you can go ahead and use that CSS tweak.