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>
Comments
0 comments
Please sign in to leave a comment.