Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 21:08
Show Gist options
  • Save moderatorwes/ce09e996a4ec8cb1cc66 to your computer and use it in GitHub Desktop.
Save moderatorwes/ce09e996a4ec8cb1cc66 to your computer and use it in GitHub Desktop.
Zendesk: Changing the Community Name on Search Page
// renaming community to partner discussion on Search Page
$("h2.search-results-subheading:contains('Community')").replaceWith('<h2>Partner Discussion <a href="/hc/communities/public/topics" class="search-results-subheading-link"> browse</a></h2> ');
$(".search-results-column a:contains('browse Community')").text('browse Partner Discussion');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment