Hide level price and subscription period on member application

Last post 11-27-2011, 12:27 AM by Landon. 1 replies.
Sort Posts:
  •  08-31-2011, 10:10 AM 23527

    Hide level price and subscription period on member application

    Advanced customization - Reference information provided as is
    Wild 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
  •  11-27-2011, 12:27 AM 24222 in reply to 23527

    • Landon is not online. Last active: 05-08-2012, 1:44 PM Landon
    • Top 200 Contributor
    • Joined about 2 years ago
    • Posts 9

    Re: Hide level price and subscription period on member application

    This is very helpful. Is there any way to hide the automatic renewal part? All our member levels are auto-renew and there is no need to be superfluous.

     

    Thank you! 

View as RSS news feed in XML
Membership Software - Wild Apricot