How can hide categories links under the products name
-
Hello, how can I hide the categories (the links to categories under the product names in the store and, of course, wherever they are displayed)? The idea is that we have products in more than one category, and it doesn’t look good.
Attachments:
You must be
logged in to view attached files.
Hi joro995,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-product :is(div.wd-product-cats){
display: none;
}
Regards,