Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 21:14
Show Gist options
  • Save moderatorwes/e45c79ac6cf2d9423959 to your computer and use it in GitHub Desktop.
Save moderatorwes/e45c79ac6cf2d9423959 to your computer and use it in GitHub Desktop.
Zendesk: Change name of Knowledge Base on Search Page
//Change name of Knowledge Base on Search Page
$("h2.search-results-subheading:contains('Knowledge Base')").replaceWith('<h2>iMentor Resources <a href="/hc/" class="search-results-subheading-link"> browse</a></h2>');
$(".search-results-column a:contains('browse Knowledge Base')").text('browse iMentor Resources');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment