On the membership application form, the phrase "No automatically recurring payments" appears below membership levels without recurring payments.
To remove this text, add the following CSS code to the CSS customization screen:
/* CSS code to remove "Recurring Payments" text in application gadget */ .levelRecurring { display:none; }