This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hi guys,
I want to hide alle Category listings from my single product page (see attached picture)
I have tried different things, but nothing is really working.
Can you help?
Hello,
Add the following code in custom CSS (Theme Options > Styling > Custom CSS)
.product-information .products-page-cats {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up