Hide listing type from Filter

Hi there,

Could someone help me to hide the listing type Drop-Down from Filter option. I mean only from the CSS Style perspective. So far I only found out how to hide class = toggle-container home-toolbar-toggle-container but this would also hide the categories.

If someone could help me with this issue?

best

workx team

Just a suggestion, but have you tried something like:

<style>
#home_toolbar-select-share-type {
  display: none;
}
</style>

Hi Thomas,

Yeah I was checking the same but the problem is, that I need to hide just one entry from the filter button which is all listings (red frame) but I need to leep the green frame Category.

I guess I would habe to assign an ID first or something

Ah It worked!! thanks