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

**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:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Profimc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/profimc/32/253675_2.png) [@Profimc](https://meta.discourse.org/u/Profimc)
#### Post date: [31 במרץ,‏ 2022,‏ 12:54pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672/1 "2022-03-31T12:54:24Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/3X/5/0/50d049fdd086bdd6c62e8dfcf55f6cfed1a9d83b.png)  
hi all! 😉 how can i disable categories on home page

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [31 במרץ,‏ 2022,‏ 1:05pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672/2 "2022-03-31T13:05:47Z")

</div>

You can remove that option using the `top menu` admin setting:

 ![top menu](https://global.discourse-cdn.com/meta/original/3X/7/a/7af2056e7ceb09d6535fea39037d79356e86066a.jpeg)

If you expand the option box, you should see the options can be removed using the ‘x’ for each. It may be useful to delete them all and re-add the ones you want in the order you want, as that seems to work better in conjunction with existing users’ ‘default home page’ preferences on their interface page.

---

<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)

---

<div class="post-metadata">

### Author: ![Profimc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/profimc/32/253675_2.png) [@Profimc](https://meta.discourse.org/u/Profimc)
#### Post date: [31 במרץ,‏ 2022,‏ 1:20pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672/4 "2022-03-31T13:20:18Z")

</div>

This method doesn’t work. I delete categories, but they remain.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [31 במרץ,‏ 2022,‏ 1:27pm UTC](https://meta.discourse.org/t/how-can-i-disable-categories-on-home-page/222672/5 "2022-03-31T13:27:21Z")

</div>

You need to refresh the page for it to take effect, but it should remove the category option from the homepage dropdown:

 ![no category option](https://global.discourse-cdn.com/meta/original/3X/5/d/5d4dcee8d198b7eb751c96ecd6a8ca39e7c0c189.jpeg)

**Edit:** I think mobile vs desktop may have thrown me a curveball on this one. I will investigate this further…

Yes. It’s a separate box on the desktop layout - which I should have picked up from your screenshot. My apologies. I think the best way is through adding the CSS @awesomerobot suggests. 👍

* * *

However, I think @awesomerobot may have understood what you’re looking for better than I did. 🙂
