- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 10:23 AM - edited 04-12-2023 06:26 PM
Hi All,
How can I change Favorites icon from heart to star in Employee center : Menu , during bookmark from KB etc.
I want to replace the favorite icon everywhere in Employee Center (Not Employee center pro)
Thanks,
Sagar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 01:53 PM
@sagar_basu , I am little confused, your first question is about replacing heart icon everywhere.
To clarify on Quick start config, that is a single source of truth wherever favorite feature is used in the portal, so any change will reflect everywhere.
If you want to just change menu to show let's say "My Favorites" instead of a heart icon, you need to customize/clone Employee Center Header widget and update code where we show heart icon currently
<a href="?id=favorites_list" id="favorites" aria-label="${My favorites}" role="menuitem"
data-toggle="tooltip" title="${My favorites}" data-placement="bottom">
<span aria-hidden="true">${My favorites}</span>
</a>
~BR
Pooja Patil
Please mark this as helpful and accepted solution if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 10:55 AM
Hi, there is a hoover-over tooltip on the favorite icon which says "favorite"/"unfavorite" depending whether the icon is checked or not. Where can I change this tooltip text?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 09:24 AM - edited 02-13-2023 09:45 AM
Hello @sagar_basu ,
If my answer has helped with your question, please mark it as correct and give it a thumbs up!
Regards,
Shubham