# Remove category search engine

**URL:** https://meta.discourse.org/t/remove-category-search-engine/177499
**Category:** Support
**Created:** [January 27, 2021, 11:41pm UTC](https://meta.discourse.org/t/remove-category-search-engine/177499 "2021-01-27T23:41:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Pandabear](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pandabear/32/207556_2.png) [@Pandabear](https://meta.discourse.org/u/Pandabear)
#### Post date: [January 27, 2021, 11:41pm UTC](https://meta.discourse.org/t/remove-category-search-engine/177499/1 "2021-01-27T23:41:20Z")

</div>

Hello everyone,  
I would like to remove the category finder  
role = “searchbox”

 ![](https://global.discourse-cdn.com/meta/original/3X/6/c/6ca98602b0b61ce694d6203f8e3b1c16dc92b1ba.jpeg)

Thanks

---

<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: [January 28, 2021, 3:48am UTC](https://meta.discourse.org/t/remove-category-search-engine/177499/2 "2021-01-28T03:48:24Z")

</div>

You can add the following CSS under `admin > customize > themes`

```css
.category-breadcrumb .select-kit.single-select .select-kit-filter.is-expanded {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![Pandabear](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pandabear/32/207556_2.png) [@Pandabear](https://meta.discourse.org/u/Pandabear)
#### Post date: [January 28, 2021, 8:38am UTC](https://meta.discourse.org/t/remove-category-search-engine/177499/3 "2021-01-28T08:38:04Z")

</div>

> [@awesomerobot](#):
>
> ```plaintext
> .category-breadcrumb .select-kit.single-select .select-kit-filter.is-expanded {
> display: none;
> }
> 
> ```

Thank you very much, in this world there are wonderful people

---

<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: [February 27, 2021, 8:38am UTC](https://meta.discourse.org/t/remove-category-search-engine/177499/4 "2021-02-27T08:38:07Z")

</div>

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