# Remove the top log in button and logo from header

**URL:** https://meta.discourse.org/t/remove-the-top-log-in-button-and-logo-from-header/190895
**Category:** Support
**Created:** [May 19, 2021, 6:01am UTC](https://meta.discourse.org/t/remove-the-top-log-in-button-and-logo-from-header/190895 "2021-05-19T06:01:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Wall-E](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wall-e/32/184438_2.png) [@Wall-E](https://meta.discourse.org/u/Wall-E)
#### Post date: [May 19, 2021, 6:01am UTC](https://meta.discourse.org/t/remove-the-top-log-in-button-and-logo-from-header/190895/1 "2021-05-19T06:01:09Z")

</div>

I may not be using the right words. The screenshot says it all. I have the Grey Amber theme and would like to get rid of the top row or header that contains the small logo version and the log in button on the right. So that people only see whatever is below that header, with only one login button.

 ![Screen Shot 2021-05-19 at 1.55.25 AM](https://global.discourse-cdn.com/meta/original/3X/8/b/8bc3980cb7896a733be2b1e6e5a5cbe659644ef6.png)

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [May 19, 2021, 8:28am UTC](https://meta.discourse.org/t/remove-the-top-log-in-button-and-logo-from-header/190895/2 "2021-05-19T08:28:37Z")

</div>

What about trying this CSS in a theme component?

```plaintext
body.static-login header.d-header {
  display: none
}

```

Admin - Customise - Themes - Components - Install - Create new - choose a name (type is Component) - Create - Add all themes - edit CSS/HTML - (Common-CSS is selected) - cut and paste the CSS - Save
