Skip Navigation

[Resolved] Uncategorized search field

This support ticket is created 2 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 2 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#2311561

Hello

I get uncategorized field at search filter, hidden link, how could I hide it? I do not see any option to filter in the block options

Thank you

#2311861

Hi,

Thank you for contacting us and I'd be happy to assist.

The "Uncategorized" product category is the default category, which can't be deleted. To hide its option from the search, you can include the following custom CSS code:


.wpv-filter-form .wpv-custom-search-filter label[for="product_cat-uncategorized"] {
  display: none;
}

regards,
Waqar