Skip to main content
NiCE KnowledgeKnowledge

We will be closed on Friday June 19th, 2026 in observance of Juneteenth

NiCE Knowledge Success Center

Hide URL from search results list

Remove the URL that appears between the article title and page summary

Issue

Remove URL link from the search results list between the article title and page summary

SearchResultURL.png

Resolution

  1. Navigate to Site Tools > Control Panel > Branding > Custom Site CSS
  2. Add the following code to the appropriate custom CSS field
    /*Hide URL link from Search Results*/
    div.meta>div.url{
        display: none;
    }
  3. Save the changes
  • Was this article helpful?