How to change bookmark icon

sagar_basu
Tera Contributor

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)

sagar_basu_0-1676053270789.png

Thanks,

Sagar

1 ACCEPTED SOLUTION

@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.

View solution in original post

6 REPLIES 6

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!

Shubham_Shinde
Giga Guru

Hello @sagar_basu ,

If my answer has helped with your question, please mark it as correct and give it a thumbs up!

Regards,

Shubham