Home Forums WoodMart support forum Two Rows are displaying in web browser in Product listing page Reply To: Two Rows are displaying in web browser in Product listing page

#602026

Luke Nielsen
Keymaster

Hello,

Add the code below in Theme Settings -> Custom CSS:

.search-results .wd-breadcrumbs .breadcrumb-last {
    display: none;
}

.search-results .woocommerce-breadcrumb .breadcrumb-link-last:after {
    display: none;
}

Clear the cache and check how it works.

Kind Regards