CSS code to hide category is not working
-
Hello,
I was hoping someone could help me with a css code.
I am trying to remove “membership plan” from product the drop down filter when searching for all categories. This subscription plan should not be visible to users/shoppers. Only the shopping categories should show here.
I was given the following code (however it is not working):
.woocommerce.widget_product_categories #product_cat [value=”membership-plan”]{
display: none !important;
}(as you can see here)
Does anyone know why this code does not work?
Best,
ChrisThe page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘CSS code to hide category is not working’ is closed to new replies.