Remove/hide fields

I tried with css but couldn’t remove the Location…

.primary-textual h3 i, .primary-textual a, .primary-textual .bio {
  display: none;
}

‘i’ remove the icon, ‘a’ the website and ‘bio’ the about me, you can add '.primary-textual h3’but it will also remove the rank.

Another way would be to remove the user settings

.pref-bio, .pref-location, .pref-website {
  display: none;
}

Both are only hidding content, and any user (who know how to) could with the developper tools see the data, but it’s lighter than a whole pluggin only to hide three field

5 Likes