# Remove search from the header

**URL:** https://meta.discourse.org/t/remove-search-from-the-header/333085
**Category:** Support
**Created:** [October 27, 2024, 10:03pm UTC](https://meta.discourse.org/t/remove-search-from-the-header/333085 "2024-10-27T22:03:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![willie](https://avatars.discourse-cdn.com/v4/letter/w/838e76/32.png) [@willie](https://meta.discourse.org/u/willie)
#### Post date: [October 27, 2024, 10:03pm UTC](https://meta.discourse.org/t/remove-search-from-the-header/333085/1 "2024-10-27T22:03:19Z")

</div>

it’s possible remove the seach bottom for the header?

Example I want delete the “search”

 ![IMG_7618](https://global.discourse-cdn.com/meta/original/4X/f/1/0/f10513d7736cbc15fe10876f8528a5d728bce6d0.jpeg)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [October 27, 2024, 10:04pm UTC](https://meta.discourse.org/t/remove-search-from-the-header/333085/2 "2024-10-27T22:04:28Z")

</div>

You can hide it with css

> [@Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101):
>
> bookmark This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools. person_raising_hand Required user level: Administrator Summary This guide covers: A brief introduction to CSS and key concepts How to add CSS to your Discourse site using theme components Using browser inspection tools to find the right CSS selectors Understanding CSS basics C…

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 27, 2024, 11:00pm UTC](https://meta.discourse.org/t/remove-search-from-the-header/333085/3 "2024-10-27T23:00:31Z")

</div>

common css, you can do this

```scss
.search-dropdown {
    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: [November 26, 2024, 11:01pm UTC](https://meta.discourse.org/t/remove-search-from-the-header/333085/4 "2024-11-26T23:01:19Z")

</div>

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