Home › Forums › WoodMart support forum › Please help me remove title categories › Reply To: Please help me remove title categories
May 24, 2018 at 7:54 am
#59128
thoitrangdongphuccaocap.vn
Participant
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;
}