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.
sure that would be great, we are on a staging site here https://beta.starpaintonline.com/shop-products/
I renamed unassigned to nicht-verfugbar, I don’t want to see that category as an option thanks
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.
Hello I tried that and the category still shows
Hello, after one hour, it seems to work now, maybe was browser cache, thanks for your help.