Title: hide uncatorgized
Last modified: February 18, 2022

---

# hide uncatorgized

 *  Resolved [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hide-uncatorgized/)
 * how can I hide uncatorgorized ? from the filter

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15380221)
 * Hi startech,
 * There’s no direct option for this, but you could probably do it pretty easily
   by targeting and hiding that item with CSS. If you could provide a link to your
   shop page, I’d be happy to take a look and suggest some CSS that might help.
 *  Thread Starter [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15390241)
 * sure that would be great, we are on a staging site here [https://beta.starpaintonline.com/shop-products/](https://beta.starpaintonline.com/shop-products/)
 * I renamed unassigned to nicht-verfugbar, I don’t want to see that category as
   an option thanks
 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15392790)
 * Hi star,
 * You can use the following Custom CSS to solve this issue. You can paste it into
   the Additional CSS section of the WordPress theme customizer (i.e. WP admin sidebar
   > Appearance > Customize > Additional CSS)
 *     ```
       #ewd-uwcf-filtering-form > div > div:nth-child(1) {
         display: none;
       }
       ```
   
 * Note: The Custom CSS needs to be updated whenever the position of the “nicht-
   verfugbar” option changes. Currently, it is designed to target the first child.
    -  This reply was modified 4 years, 1 month ago by [jaysupport](https://wordpress.org/support/users/jaysupport/).
 *  Thread Starter [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15394163)
 * Hello I tried that and the category still shows
 *  Thread Starter [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15394626)
 * Hello, after one hour, it seems to work now, maybe was browser cache, thanks 
   for your help.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘hide uncatorgized’ is closed to new replies.

 * ![](https://ps.w.org/color-filters/assets/icon-128x128.png?rev=1863743)
 * [Ultimate WooCommerce Filters](https://wordpress.org/plugins/color-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/color-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/color-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/color-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/color-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/color-filters/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/hide-uncatorgized/#post-15394626)
 * Status: resolved