Best Reply

It is now possible to hide the social share buttons from your articles and topics. Please follow these steps:

  1. Go to the Settings > GENERAL > Customization page in your Helprace account Admin Panel.
  2. Paste this to the Code field under the CSS section.
    .social-buttons {
      display: none;
    }
    
  3. Click "Save".

2 replies

It is now possible to hide the social share buttons from your articles and topics. Please follow these steps:

  1. Go to the Settings > GENERAL > Customization page in your Helprace account Admin Panel.
  2. Paste this to the Code field under the CSS section.
    .social-buttons {
      display: none;
    }
    
  3. Click "Save".

It is not possible to remove the social share buttons at the moment, so I've converted your question to an idea.