Service Catalog Customization - Remove favourites from Home Alternate page
Dear All,
I would like to remove the favorites from service catalog.
Could you help me with this?
Daniel
Best Answer
-
Konstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
Ah I see, I completely misunderstood you. To remove that star, this css should do it:
i[data-bind="click: toggleFavorite"] { display: none; }
5
Answers
You can add this to your custom.css:
Thank you for the help so quickly. That didnt work though.
Daniel
Did you make sure to clear your browser cache after adding the code?
i did clear the cache and put in the custom.css.
Hm, sounds strange. Are you sure, you're aren't referring to Top Requests and / or Top Knowledge Articles too? If you want all of that removed, you can target
.topfav-row
instead, so you'd add this to custom.css instead:Hi there
When you hover over a service offering you can add it to your favorites.
I want to remove this functionality.
Ah I see, I completely misunderstood you. To remove that star, this css should do it:
This doesn't seem to work? when i hover over a so it still allows to select and add.