Forum Replies Created

Viewing 1 post (of 1 total)
  • in reply to: Footer Link Colours #73230
    larkum
    Member
    Post count: 1

    Thanks I worked it out Here is what I have, let me know if I can make it better;

    
    #footer a:link {color: #000000; text-decoration: underline; }
    #footer a:active {color: #0000ff; text-decoration: underline; }
    #footer a:visited {color: #008000; text-decoration: underline; }
    #footer a:hover {color: #ff0000; text-decoration: none; }
    

    (now to sort the actual colours I want)

    Thanks 🙂

Viewing 1 post (of 1 total)