View
 

How to remove the category title

Page history last edited by Eugene 2 years, 3 months ago
Use this CSS code: 
 
div.ecwid-productBrowser-subcategories-categoryName {
  display:none;
}