Remove "Are you an agent? Login here"

  • 4 March 2019
  • 3 replies
  • 85 views

Can I remove the link "Are you an agent? Login here" from the Freshdesk home-page where our customers land?


This topic has been closed for comments

3 replies

Perfect! I'm glad I could help.


Thanks, works like a charm!


Hi Marck,


try following solution:


  1. Go to 'Admin'.
  2. Go to 'Portals' (located in section 'Support Channels').
  3. Your portal should be listed there. Go to 'Customize portal'.
  4. Go to 'Layout and pages'
  5. Go to 'Portal pages'
  6. Select 'Login page' in section 'General pages'
Add following code within the editor and klick on 'Save and Publish'. You can also preview the result, bevor saving changes.
<style>
.freshid_login{
display: none;
}
</style>

See:


image


The result should be:


image


Best regards

Christian