Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created December 18, 2014 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moderatorwes/60948511fb48d5327201 to your computer and use it in GitHub Desktop.
Save moderatorwes/60948511fb48d5327201 to your computer and use it in GitHub Desktop.
Zendesk: Related Articles & Recently Viewed Articles show only 4
//Hiding the 5th and 6th so only 4 will show
$( "section.related-articles li:nth-child(5)" ).hide();
$( "section.related-articles li:nth-child(6)" ).hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment