This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Dear 8Theme,
I would like to hide (not displaying) the category links underneath the products. I am referring for example to the products shown in the product page or feature products displayed in the homepage of sidebar.
In my case, the same product is part of several subcategories… in case, is there a way to display the main category only?
Thanks in advance.
P.S. I am working in local, I cannot provide you access to the website yet.
Hello,
You can add this code in custom.cs file:
.product .products-page-cats {
display: none;
}
How to create custom.css you can watch in this tutorial https://youtu.be/Qok2zRedRMY
Unfortunately, there is no possible to display only main category.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up