Help removing like icon - self hosted

Hi Guys ,

Could anyone please guide me how to remove the like icon from all the modules in erpnext ?

Thanks

@Muthu,

You will need to make changes in frappe code. check the sidebar.js though making changes in frappe code is not an idea you may face the issue while updating.

can you explain the use case ?

Thanks, Makarand

1 Like

Thanks for the reply @makarand_b . My company wants me to remove this icon , as it does not sound professional . Could you please guide me how do I do this ?

Thanks

@Muthu,

overiding the list_item_subject.html and adding your own list_item_subject.html (hide like by using css) in your app and make a entry in build.json migth work.

Thanks, Makarand

2 Likes

Thanks a ton for this @makarand_b . Your trick worked fine but still I could see the icon at the top being displayed inspite of changing the octicon icon for like from heart to star .

Please guide me .

Thanks

Hi @makarand_b . Changing this did the trick
https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/list/header_select_all_like_filter.html

Many thanks , this thread can be closed .