# 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:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jmamazo](https://avatars.discourse-cdn.com/v4/letter/j/22d042/32.png) [@jmamazo](https://meta.discourse.org/u/jmamazo)
#### Post date: [July 21, 2015, 2:17pm UTC](https://meta.discourse.org/t/remove-hide-fields/31254/1 "2015-07-21T14:17:49Z")

</div>

Hello guys

I am still in the process of learning how to customize discourse.  
I would like to hide from the user profile:

- About me
- Location
- Web site

any input about how to do this? perhaps with a plugin?

thanks

---

<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

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [July 22, 2015, 2:41am UTC](https://meta.discourse.org/t/remove-hide-fields/31254/3 "2015-07-22T02:41:03Z")

</div>

> [@Vernam](#):
>
> Both are only hidding content, and any user (who know how to) could with the developper tools see the data,

That’s all that really matters, though - if people have to go that far out of their way to see it, it might as well not be there.

---

<div class="post-metadata">

### Author: ![PeteB](https://avatars.discourse-cdn.com/v4/letter/p/7bcc69/32.png) [@PeteB](https://meta.discourse.org/u/PeteB)
#### Post date: [February 17, 2016, 4:51am UTC](https://meta.discourse.org/t/remove-hide-fields/31254/5 "2016-02-17T04:51:48Z")

</div>

Thank you @Vernam solved a problem we were facing as well.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 8, 2024, 12:45pm UTC](https://meta.discourse.org/t/remove-hide-fields/31254/6 "2024-06-08T12:45:52Z")

</div>

This topic was automatically closed after 3244 days. New replies are no longer allowed.
