Remove Underline

First, let's do some good old fashioned hand-coding to remove the underline on the links. Underlining in CSS falls under a general group of formatting called text-decoration. It's easiest to clear out all of the extraneous formatting by setting the text-decoration to none.

Open up your main.css file and add a declaration to the a selector. Have a look below:

next