Skip to main content

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

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




Thanks, works like a charm!




Perfect! I'm glad I could help.