Skip to Main Content

Springy Tech Tip Videos

Quick videos on how to do cool stuff with your Springy Tools!

Adding Custom CSS to the New LibGuides A-Z List

This Springy Tech Tip Video will show you how to add custom CSS to the new LibGuides A-Z List. 

While the possibilities for customization are endless, in this video we'll be showing you how to change the color of the sorting letters at the top of your A-Z List, otherwise known as the A-Z alpha filters, using custom CSS.

 

Use this CSS code to change the color of the A-Z alpha filters on your LibGuides A-Z List:

/*add color to AZ alpha filters aka the sorting letters at the top */
#s-lg-az-index button {
color: #111111;
}