Home › Forums › Bulk Edit Support Forum › Bulk Edit for Project Server › Reply To: Bulk Edit for Project Server
January 29, 2020 at 8:52 am
#123486

Keymaster
Hi,
While there is no configuration support to hide the icon, it can be done with a small bit if CSS added to the Project Center page (in a content editor web part):
<style type="text/css">
#Ribbon\.ContextualTabs\.ProjectCenter\.Home\.Apps {
display: none;
}
</style>
-
This reply was modified 5 years, 1 month ago by
Martin Laukkanen.