treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Wordpress link styling

  • Hi,

    I am in the process of making a theme in WP. Here is my site http://www.grantsmithportfolio.com, please don't laugh :D

    As you should see, my links are in a right mess, I just can not seem to get the right styling attached to the right ul, li, class, whatever. I would really appreciated some help and guidance on how to identify which attribute is what, and I might be able to get them styled properly.

    I also have issues with a visited style which is applied to the top nav, but just seems to pop up randomly?

    Thanks in advance
  • ul#navigation a:link, a:visited
    should be
    ul#navigation a:link, ul#navigation a:visited