Skip to main content

Ability to remove Sign Up Link in only one custom portal


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

Did this topic help you find an answer to your question?
This topic has been closed for comments

2 replies

  • Apprentice
  • 1 reply
  • May 1, 2015

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


aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

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!