Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress link styling

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24799
    grant.smith
    Member

    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

    #57176
    Code:
    ul#navigation a:link, a:visited

    should be

    Code:
    ul#navigation a:link, ul#navigation a:visited
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.