Hi there,
I'm trying to hide a category from the homepage without it hiding the category everywhere else.
I've tried using:
$('li:contains("General")').hide();
That line works but it also hides any search results in that category. Could you please show me how to do this through html? Thank you!


