Thanks all for your valuable inputs.
Please correct me if I am wrong, as per my understanding, removing the tool using the above suggested options, will remove the functionality of that tool from all over the application.
For example, if I remove preferences. I will not be able to access it from anywhere.
I do not want to remove the tool, but just want to hide it from left menu on the home page. or we could say that I want to access those tools from the profile icon drop-down in place of left home menu.
In ..\portal\portal-render-engine-impl\impl\src\webapp\vm\morpheus\includePageNav.vm is the place where home page tools list are defined in
class="Mrphs-toolsNav__menuitem--link
I am not sure if I want to hide one <li> tag from HTML itself in order to remove it from left menu, which HTML Or .vm I should make changes.
Commenting <li> tag from
includePageNav.vm is removing all the menu option.
Thanks again.