How to hide the like button

Through the use of MasterPage CSS it's possible to hide certain features within Interact that can't be removed through Application Variables or license settings.

A commonly requested feature to be removed is the Like button on content pages.

The CSS

By adding the following CSS into the MasterPage CSS area of the Developer Framework, this is applied on every page within interact. The like button can be handily identified from its ID which is btnLike.

#btnLike {display:none;}

To discover the ID of the button, the simplest process is using Chrome's excellent developer tools and inspect the element.

826

This will then remove the like button anywhere it would normally appear in interact.