How to hide Alerts icon in SharePoint list/Library using CSS in SharePoint 2010,2013, 2016, Office 365?

Hello SharePointers,

Below are the CSS  script to be placed in script editor web part to hide Alerts icon in SharePoint list/Library using CSS in SharePoint 2010,2013, 2016,2019 Office 365

<style type=”text/css”>
#Ribbon\.WikiPageTab\.Share\.AlertMe-Large
{
display:none !important;
}
#Ribbon\.WebPartPage\.Share\.AlertMe-Large
{
display:none !important;
}
#Ribbon\.Library\.Share\.AlertMe-Medium
{
display:none !important;
}
#Ribbon\.Documents\.Share\.AlertMe-Medium
{
display:none !important;
}
</style>

Happy SharePointing 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *