Home › Forums › WoodMart support forum › remove the category list for all products › Reply To: remove the category list for all products
November 23, 2017 at 12:39 pm
#25099
Artem Temos
Keymaster
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