cancel
Showing results for 
Search instead for 
Did you mean: 

I want to Remove like/favourite from document details

piyush48
Star Contributor
Star Contributor

Hi All,

I Want to remove like/favourite from the Document Details section of document. I am able to remove it from Document Library. Could someone provide me the path of CSS in which changes are to be done as told to me by @cesarista   in the below section.

What exactly changes i need to do to hide like/favourite from document details.

 https://hub.alfresco.com/t5/alfresco-content-services-forum/how-to-remove-favorite-like-comment-shar... 

Thanks,

Piyush

1 ACCEPTED ANSWER

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Hi,

You need to override node-header.get.js file to remove like/favourite from document-details.

View answer in original post

4 REPLIES 4

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Hi,

You need to override node-header.get.js file to remove like/favourite from document-details.

Thanks @sanjaybandhniya ,

It works perfectly for me after i made changes in node-header.get.js.

Thanks once again,

Thanks and Regards,

Piyush

Hi,

Did you remove  like/favourite from aikau search page also?

.item-social a.quickshare-action {
   visibility: hidden;
}

I have used the above code for disabling the Like and Favourite at AIKAU page. Is it ok??