Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support jaysupport

    (@jaysupport)

    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

    (@startechmarketing)

    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

    Plugin Support jaysupport

    (@jaysupport)

    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 3 years ago by jaysupport.
    Thread Starter startechmarketing

    (@startechmarketing)

    Hello I tried that and the category still shows

    Thread Starter startechmarketing

    (@startechmarketing)

    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.