How to hide bread crumbs for woocommerce?
-
Is there an easy way to hide some links from breadcrumbs for woocommerce.
My breadcrumb structure is as follows:
home/catalog/wc_cat/wc_prodI need to hide the initial links:
home/catalog/wc_cat/wc_prodI can use additional styles, but these styles are applicable to all types of records. It is necessary to apply styles, only woocommerce.
.ct-breadcrumbs > span:nth-child(-n+2) { display: none; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to hide bread crumbs for woocommerce?’ is closed to new replies.