Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created October 4, 2014 14:32
Show Gist options
  • Save moderatorwes/427a3cf933929f78184c to your computer and use it in GitHub Desktop.
Save moderatorwes/427a3cf933929f78184c to your computer and use it in GitHub Desktop.
Zendesk: Humble Squid Blocks - Different Color Blocks
//Chage background color of Humble Squid blocks
$( ".category-list li:nth-child(1)" ).css( "backgroundColor", "#00628B" );
$( ".category-list li:nth-child(2)" ).css( "backgroundColor", "#E6E6DC" );
$( ".category-list li:nth-child(3)" ).css( "backgroundColor", "#81A594" );
//Change Text color of the second block
$( ".category-list li:nth-child(2)" ).css( "color", "#000" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment