This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Tony Rodriguez
Hello,
How do I hide the woo commerce default ‘other’ category in the Product Categories sidebar of the shop page?
Example: https://imgsh.net/a/b2s6ro4.png
Thanks!
Hello @bcbank,
We kindly request that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.
.woocommerce-shop ul.product-categories.with-accordion li.cat-item.cat-item-15 {
display: none !important;
}
Thank you for your cooperation.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up