Service Catalog - Remove
Dear All,
In the service catalog i would like to remove the "all requests" and "Service Request" text as per attachment.
Can you help?
Daniel
Best Answer
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Why do you want to remove the All Requests section? This is going to hide all your request offerings, or did you just want to hide the text 'All Requests'?
Thanks,
Shane
5
Answers
@CaterhamITSupport - You could try adding the following to your custom.css:
#servicecat-content {display:none!important;}
That didnt work but thanks for the help.
Did you try a "hard" refresh (Ctrl + F5) after adding that line to custom.css?
yes i did thank you
its removed all items from the service catalog now
I got this code in there at the moment:
.blocks > div:nth-child(1){
display:none;
}
along with your code.
Any further help with this?
Daniel
Hi @CaterhamITSupport
Why do you want to remove the All Requests section? This is going to hide all your request offerings, or did you just want to hide the text 'All Requests'?
Thanks,
Shane