Can I remove the link "Are you an agent? Login here" from the Freshdesk home-page where our customers land?
Page 1 / 1
Hi Marck,
try following solution:
- Go to 'Admin'.
- Go to 'Portals' (located in section 'Support Channels').
- Your portal should be listed there. Go to 'Customize portal'.
- Go to 'Layout and pages'
- Go to 'Portal pages'
- 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:
The result should be:
Best regards
Christian
Thanks, works like a charm!
Perfect! I'm glad I could help.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.