# Hide Brand Header completely on mobiles

**URL:** https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639
**Category:** Development
**Tags:** css, brand-header
**Created:** [4월 4, 2019, 2:59오후 UTC](https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639 "2019-04-04T14:59:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![SMx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smx/32/83713_2.png) [@SMx](https://meta.discourse.org/u/SMx)
#### Post date: [4월 4, 2019, 2:59오후 UTC](https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639/1 "2019-04-04T14:59:10Z")

</div>

Hi there, an awesome component which makes a corporate forum so much better.  
One question, can this be hidden completely on mobile browsers from css? The double burger menus seems confusing for some users.

Thank you.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [4월 4, 2019, 4:46오후 UTC](https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639/2 "2019-04-04T16:46:44Z")

</div>

Yes, you can hide it via below CSS

```css
.mobile-view {
  .b-header {
    display:none;
  }
  .ember-application .d-header {
    margin-top: 0;
  }
}

```

---

<div class="post-metadata">

### Author: ![SMx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smx/32/83713_2.png) [@SMx](https://meta.discourse.org/u/SMx)
#### Post date: [4월 4, 2019, 4:50오후 UTC](https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639/3 "2019-04-04T16:50:37Z")

</div>

> [@vinothkannans](#):
>
> .mobile-view { .b-header { display:none; } .ember-application .d-header { margin-top: 0; } }

Thank you so much. Easy and fast solution.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6월 18, 2024, 9:31오후 UTC](https://meta.discourse.org/t/hide-brand-header-completely-on-mobiles/312639/4 "2024-06-18T21:31:35Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
