Hide Join Program Button On Landing Page

If you want to hide the main "Join Program" buttons on your program landing page, you can do so using custom CSS added to the "landing scripts" section of your custom code tab, on your Account Settings page. (see screenshot):

Screenshot-2020-07-17-15-41-24.png
The following CSS would hide the join buttons on your main program landing page:

<style> .action-btn.trial-btn{ display: none !important; } </style>

In addition to that, you might want to disable enrollment from your account settings: Opening or Closing Enrollment to Your Program

When enrollment is disabled, customers cannot signup, but you can still create them with the new student button, or import them from a trigger in Zapier.

Learn more about how you can use the Custom Code feature in this article.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us