Disabling Share with Everyone in a SharePoint Site

In SharePoint 2013, if you want to hide Share with Everyone on mysites page. Add the below css statements.
<style>
#ms-shareWithLabel{display:none;}
</style>
  1. Edit the site page
  2. Insert Content Editor Web Part.
  3. Add the above scripts
  4. Check in the Page.
  5. Publish the Page.