We have created an event scheduling service item that involves multiple stakeholders. This service item includes child service items within the request. We need to hide 3 of those service items from all service items list but keep available within the service request.
I found this in another similar post which allows us to hide the category these three items are in, but the items are still visible in all items list.
/* Catalog: Hide LAST category in list */
#categories-list > li:last-child{
visibility: hidden;
}
My question is, is there a similar entry we can put into the style sheet, that would hide those specific service items as well in addition to the category?
Thanks much and Cheers!
-Chris
Page 1 / 1
I have the same issue after inputing this to hide the last category. Following the same logic we would have to hide the All Service Items category, but that is likely problematic in needing to choose a default symbolic link to a custom category.
An example of code to hide individual $items or all items from a $categoryname in the All Service Items page would be useful. That or some requestor group nesting option in items for bundle visibility only.
Reply
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.