This topic has 8 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hi there,
My client want to hide certain product category from displaying in the sidebar while still showing other categories as normal. Is it possible to be done with CSS, can u help?
Thanks!!
Hello,
Yes, that is possible by css.
to do that let us know your web site url where you are displaying categories in sidebar.
The site is still under development, and I set the shop page as home for now for demo purpose to the client. The product category that I would like to hide is “WOOCOMMERCE WALLET CREDIT” as it serve no purpose but to enable the wallet system to the website. I put the site url in private content. Thanks!
put this css code in,
8theme options >> styling >> custom css >> global custom css
.cat-item.cat-item-56 { display: none; }
Hi I had added in the custom css as per your instruction and it’s not working, that category still shown, pls have a look? Thanks!
Hello,
Please change previous code to:
.sidebar .cat-item.cat-item-56 {
display: none;
}
Regards
Hello,
Please change previous code to:
.product_meta {
display: none;
}
Hello @Jozef,
The custom CSS code depends on your goal. If you need our assistance, please submit a new topic here – https://www.8theme.com/forums/xstore-wordpress-support-forum/ and describe your request in more detail.
Regards
You must be logged in to reply to this topic.Log in/Sign up