This topic has 6 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
As the title says. Is there a way to do this? I’d like select products to be placed in a category I create such as “best sellers” or “featured products” so that a Woocommerce slider in Slider Rev can be used for that particular category…but I don’t want to list those categories by themselves at the frontend.
Thoughts on this?
Hello,
Sorry, it’s a bit unclear. Could you please show a screenshot what you want to achieve?
Best regards,
Jack Richardson.
Sorry.
I can shorten this question by just asking if there is a way to hide categories from showing up at the frontend?
See enclosed screenshot.
Hello,
To remove this specific category you can use this css code:
li.cat-item.cat-item-95 {
display: none;
}
You can find item id in browser inspector http://storage2.static.itmages.com/i/16/0608/h_1465383420_3909610_9fe445307a.jpeg .
Best regards,
Jack Richardson.
Thanks Jack. I’ll give that a try. It sounds like that might do the trick.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up