Hide the Settings gear “Icon” and Edit Links In Office 365/SharePoint Online/ SharePoint 2010/2013/2016/2019
Hello SharePointers,
Below are the CSS script to hide Settings in SharePoint online/2010/2013/2016/2019
<style type="text/css">
span[title="Settings"]{
display:none !important;
}
a.ms-navedit-editLinksText{
display:none !important;
}
</style>
Happy SharePointing Folks!!