Advanced customization - Reference information provided as isWild Apricot technical support team does not provide support for CSS customization, Javascript or visual design. (
Read more). This customization may be theme specific.
Wild Apricot displays the level price and subscription period on the first step of member application. It is possible to hide it using CSS inserted on Settings > CSS Customization.
To hide membership level price only, use the following cSS:
#idMemberApplicationWizardContainer .levelPrice {
display:none;
}
To hide both the membership level and the subscription period, use the following CSS:
DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelPrice,
DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelRenewal {
display: none;
}
Matthieu (Ex-Apricot)
Please contact support directly for assistance on any of my posts as I will no longer be checking these forums: support@wildapricot.com