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
Martin Laukkanen
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 4 years, 11 months ago by Martin Laukkanen.