HI,
Maybe I made this impossible with previous CSS, but I would like to be able to
1. browse products. I’m missing arrows to go to the next or previous product, when I am on a product page.
2. browse through a selection of products after applying filters. Same as forementioned.
3. display breadcrumbs on productpages, but not on the shop page.
Is this possible?
The CSS I have in the editor so far:
.post-type-archive-product div.page-heading{
display:none !important;
}
.need-help,.leave-feedback,.product-share{
display:none !important;
}
.free-badge {
display:none;
}
.wc-new-badge {
display:none;
}
.woocommerce-count-wrap {
display: none!important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
display: none;
}