Home Forums WoodMart support forum Remove text menu and arrow from categories pages. Reply To: Remove text menu and arrow from categories pages.

#55286

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