# Hide Custom Header Links from anon

**URL:** https://meta.discourse.org/t/hide-custom-header-links-from-anon/277626
**Category:** Development
**Tags:** custom-header-links
**Created:** [March 23, 2020, 12:03am UTC](https://meta.discourse.org/t/hide-custom-header-links-from-anon/277626 "2020-03-23T00:03:42Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [March 23, 2020, 12:09am UTC](https://meta.discourse.org/t/hide-custom-header-links-from-anon/277626/2 "2020-03-23T00:09:57Z")

</div>

Until there is a cleaner way to do it via an upgrade of the component, you can add this css lines in your theme

```css
.anon .custom-header-links {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/hide-custom-header-links-from-anon/277626)._
