Home Forums WoodMart support forum 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #601544

    kidsdial4
    Participant

    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.
    #601585

    Luke Nielsen
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)