# Remove/hide fields

**URL:** https://meta.discourse.org/t/remove-hide-fields/31254
**Category:** Support
**Created:** [July 21, 2015, 2:17pm UTC](https://meta.discourse.org/t/remove-hide-fields/31254 "2015-07-21T14:17:49Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Vernam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vernam/32/116431_2.png) [@Vernam](https://meta.discourse.org/u/Vernam)
#### Post date: [July 21, 2015, 3:03pm UTC](https://meta.discourse.org/t/remove-hide-fields/31254/2 "2015-07-21T15:03:54Z")

</div>

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

---

_[View the full topic](https://meta.discourse.org/t/remove-hide-fields/31254)._
