# De zoekbalk-elementen verbergen

**URL:** https://meta.discourse.org/t/hiding-the-search-bar-elements/285547
**Category:** Development
**Tags:** css, search-banner
**Created:** [14 november 2023 om 14:57 UTC](https://meta.discourse.org/t/hiding-the-search-bar-elements/285547 "2023-11-14T14:57:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)
#### Post date: [14 november 2023 om 14:57 UTC](https://meta.discourse.org/t/hiding-the-search-bar-elements/285547/1 "2023-11-14T14:57:21Z")

</div>

How hide search\_banner.subhead?

Can you add feature Hide on mobile?

---

<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: [14 november 2023 om 21:33 UTC](https://meta.discourse.org/t/hiding-the-search-bar-elements/285547/2 "2023-11-14T21:33:52Z")

</div>

> [@Advanced Search Banner](https://meta.discourse.org/t/advanced-search-banner/122939/104):
>
> How hide search\_banner.subhead?

You can empty the content to hide it:

 ![Screenshot 2023-11-14 at 4.32.53 PM](https://global.discourse-cdn.com/meta/original/4X/8/1/8/8181fb37f28ba60ad0178daebf401ad849a3432e.png)

> [@thaidb](#):
>
> Can you add feature Hide on mobile?

This can be done with CSS added to your theme:

```plaintext
.mobile-view .search-banner {
  display: none;
}

```

---

<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: [14 december 2023 om 21:34 UTC](https://meta.discourse.org/t/hiding-the-search-bar-elements/285547/3 "2023-12-14T21:34:16Z")

</div>

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