Skip to main content
NICE CXone Expert
Expert 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?