Footer: Smaller font size for credits

Example:

After:

Code:

/* -- code to change footer credit font size -- */
.footer-secondary li a { font-size : 0.7em; }
/* - end - */

You can adjust the value of 0.7em;
Smaller, try: 0.6em; or 0.5em;
Larger, try: 0.8em; or 0.9em;


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code