# Masquer la barre latérale pour les utilisateurs anonymes

**URL:** https://meta.discourse.org/t/hide-sidebar-from-anon-users/250351
**Category:** Theme component
**Tags:** deprecated, sidebar
**Created:** [Janvier 1, 2023, 11:00 UTC](https://meta.discourse.org/t/hide-sidebar-from-anon-users/250351 "2023-01-01T23:00:24Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [Mars 2, 2023, 1:20 UTC](https://meta.discourse.org/t/hide-sidebar-from-anon-users/250351/3 "2023-03-02T01:20:22Z")

</div>

C’est assez simple avec un peu de ciblage CSS de `.anon` :

```css
.anon div.sidebar-section-community {
     display: none;
}

```

Si j’en ai l’occasion, j’intégrerai cette fonctionnalité dans ce TC.

---

_[View the full topic](https://meta.discourse.org/t/hide-sidebar-from-anon-users/250351)._
