If you want to hide Friends and Followers tabs in profile, use this code
<style> .ui.secondary.pointing.menu a.item[href*="friend"], .ui.secondary.pointing.menu a.item[href*="follow"]{ display:none; } </style>
If you want to hide Friends and Followers tabs in profile, use this code
<style> .ui.secondary.pointing.menu a.item[href*="friend"], .ui.secondary.pointing.menu a.item[href*="follow"]{ display:none; } </style>