[Code] Hide plans section in pre-built profile modal

Article author
Josh Lopez
  • Updated

If you are using pre-built modals and want to hide the plans section in the profile modal so your members cant cancel, place the following code in your global header. This is also the way to remove the cancel button for plans.

<style>
  [data-cy="plans-btn"] {display:none !important}
</style>

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.