Skip to main content

Is there an easy way to remove the Sign Up Link from a custom portal without turning it off for all portals?

This would make a lot of sense as we are managing multiple products with different levels of need














Hi,






It is possible to remove this using the portal customisation feature available in the Estate plan and above. You can navigate to the portal settings under Admin -> Portals section. You can add this javascript code in the respective portal page ( Layout&Pages -> Portal Header section ) .









<script type="text/javascript">



jQuery("a[href$='signup']").hide();



</script>






Cheers!