my categoies page shows both bread crumbs and heading ie the categories name
I need to switch off the heading. How to do that???
my categoies page shows both bread crumbs and heading ie the categories name
I need to switch off the heading. How to do that???
You could remove it from tpl_index_categories.php or add to the stylesheet:
#indexCategoriesHeading {display:none;}