Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created January 29, 2015 18:15
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/ffd60b45d0010a83343c to your computer and use it in GitHub Desktop.
Save moderatorwes/ffd60b45d0010a83343c to your computer and use it in GitHub Desktop.
Zendesk - Adding text under Title for Humble Squid theme
//Adding text under Title for Humble Squid theme
$( ".category-list li:nth-child(1) a " ).after( "<p>description 1 goes here</p> " );
$( ".category-list li:nth-child(2) a" ).after( "<p>description 2 goes here</p> ");
$( ".category-list li:nth-child(3) a" ).after( "<p>description 3 is a really really realy really really long description </p> " );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment