# כיצד אוכל להשבית קטגוריות בדף הבית?

**URL:** https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672
**Category:** Support
**Created:** [31 במרץ,‏ 2022,‏ 12:54pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672 "2022-03-31T12:54:23Z")
**Posts on this page:** 1
**Showing post:** 3

<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: [31 במרץ,‏ 2022,‏ 1:12pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672/3 "2022-03-31T13:12:22Z")

</div>

You can hide that dropdown with a little CSS, if that’s what you’re looking to do

```css
.category-breadcrumb .category-drop {
  display: none;
}

```

Check out [Making custom CSS changes on your site](https://meta.discourse.org/t/how-to-make-css-changes-on-your-site/168101)

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672)._
