# Bio, locatie en profielfoto uitschakelen

**URL:** https://meta.discourse.org/t/disable-bio-location-and-profile-picture/229345
**Category:** Support
**Created:** [7 juni 2022 om 21:00 UTC](https://meta.discourse.org/t/disable-bio-location-and-profile-picture/229345 "2022-06-07T21:00:21Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [9 juni 2022 om 13:55 UTC](https://meta.discourse.org/t/disable-bio-location-and-profile-picture/229345/8 "2022-06-09T13:55:04Z")

</div>

oh sure, so instead of this:

```scss
#user-card .location, // user card
.user-main .user-profile-location, // profile page
.control-group.pref-location { // user preference
  display: none;
}

```

you would do

```scss
#user-card .location-and-website, // user card
.user-main .location-and-website, // profile page
.control-group.pref-location, // user preferences
.control-group.pref-website { 
  display: none;
}

```

We have more info about how to make CSS changes like this in a guide here: [Making custom CSS changes on your site](https://meta.discourse.org/t/how-to-make-css-changes-on-your-site/168101)

---

_[View the full topic](https://meta.discourse.org/t/disable-bio-location-and-profile-picture/229345)._
