Home › Forums › WoodMart support forum › Remove text menu and arrow from categories pages. › Reply To: Remove text menu and arrow from categories pages.
April 29, 2018 at 5:36 pm
#55286
Elise Noromit
Member
Hello,
Please 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;
}
Please add, save the code and clean cache.
Best Regards