Home Forums WoodMart support forum Please help me remove title categories Reply To: Please help me remove title categories

#59128

I already try this code CSS, add it to Theme Settings > Custom CSS

.without-title.with-back-btn .nav-shop {
padding-left: 0;
padding-right: 0;
}
.shop-title-wrapper .woodmart-back-btn,
.nav-shop .woodmart-product-categories .category-summary,
.nav-shop .cat-item .children {
display: none;
}