Hello,
I want to hide product categories from frontpage and product page.
Could you help me about this please?
For example I want to hide Leiste 2 Category from frontpage and product page.
This topic has 7 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Rose Tyler
Hello,
I want to hide product categories from frontpage and product page.
Could you help me about this please?
For example I want to hide Leiste 2 Category from frontpage and product page.
here is screen: http://prnt.sc/e7qm5d
Hello,
You can add this code in Custom CSS to hide all categories:
.text-center.product-details .products-page-cats {
display: none;
}
.single-product .posted_in {
display: none;
}
Regards,
Rose Tyler.
Hello,
thanks for your help. I want only one category, is that possible?
Hello,
Unfortunately, there is no such possibility.
Regards,
Rose Tyler.
Thanks for your support.
You could close this topic.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Hide Categories with CSS’' has been successfully resolved, and the topic is now closed for further responses