remove the category list for all products
-
I want to remove the logo I took with red in the picture I threw and make it so that only the name of that product will appear.
If you have such a feature I can remove, you can show me. otherwise code intervention to the theme is required
Attachments:
You must be
logged in to view attached files.
Hi,
There is no such option at the moment. You can hide them adding this code snippet to the Custom CSS area in Theme Settings
category-nav-link .category-icon {
display:none!important;
}
Regards