When we search any results, in mobile browser, it showing as below image
-
When we search any results, in mobile browser, it showing as below image
https://ibb.co/mC3JZYb
Means it showing “page 1”. how to remove that? what changes i have to make either in configuration or code ?
Attachments:
You must be
logged in to view attached files.
Hello,
Add the code below in Theme Settings -> Custom CSS -> Global 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