Back to All Events
2 Lessons | 25 minutes
Main Nav Icons
In this series, we’ll explore two different setups for adding icons to the links in your main nav. The first will be a CSS-only setup, but it comes with the caveat that it’s not very flexible with different color themes. The next is my preferred method, which is the javascript setup. With this setup, I inject SVG icons into the header which are much more dynamic with different color themes.
Add some icons next to your nav items using CSS-only