Hi. I am currently customising our business requester / front end portal in Freshservice and I’m trying to work out how I can hide OR remove the bottom section (as shown in the attached image). Does anyone know if this can be done? TIA. :)
Solved
Freshservice requester portal branding
Best answer by Rutger Bockholts
Hi
You can use CSS/Custom Stylesheet code for this to hide the whole ticket section on the portal home page, see code below. This code will not hide the “Tickets” option in the hamburger menu (top left corner of each page):
#home-page-container #home-lists-container {
visibility: hidden;
}
regards,
Rutger Bockholts
Freshworks
Join the Community
Already have an account? Login.
Welcome back!
Sign in to pick up where you left off in the Community.
New to the community? 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.
