Can Participant Descriptions be Hidden?

Options
Hello! We will not be utilizing the description field for participant types this year.  As the field is required, is there a way to hide this field in the code so that it does not appear on the registration page?  Thank you in advance for any assistance with this issue! 

Registration Page
Tagged:

Comments

  • Hi, Austen!


    I believe this is simply a matter of adding a CSS style to hide the descriptions. This should do it:


    .part-type-description-text {display: none;}


    - Jon

    --

    Jon Reich * Partner * Cathexis Partners * jon@cathexispartners.com * p.605.377.8147

    CathexisLogo150.jpg
  • Austen Brown
    Austen Brown ✭✭✭✭✭
    Ninth Anniversary Facilitator 4 Name Dropper Photogenic
    Jon Reich‍ - Thank you for your response! I have put this line of code into our CSS, and it has not had the intended effect.  Is there anything else I can try?
  • Hey Austen. 


    Try this instead:  div.part-type-decoration-messages .part-type-description-text {display: none;}


    I just tested it by placing the following at the top of the Participation Options page (in the HTML Area) on a TR and it seems to do the trick:


    <style type="text/css">div.part-type-decoration-messages .part-type-description-text {display: none;}</style>


    Thanks, 


    - Jon

    --

    Jon Reich * Partner * Cathexis Partners * jon@cathexispartners.com * p.605.377.8147

    CathexisLogo150.jpg
  • Austen Brown
    Austen Brown ✭✭✭✭✭
    Ninth Anniversary Facilitator 4 Name Dropper Photogenic
    It worked! Thank you so much for your help, I greatly appreciate it!

Categories