• ricecrispies

    (@ricecrispies)


    On my site, the text is in black except for the hyperlinks, which I have set to blue. However I want to make an exception to this, so that the link to the home page in the top left of every page is black, rather than blue. How do I do this?

    This is what I have at the moment:
    .home-link {
    margin-top: -90px;
    margin-left:10px;
    font-size:20px;
    font-family: ‘Open Sans’, sans-serif;
    font-weight: 500;
    letter-spacing:1px;

    color: #000000;

    }`

    However the link still appears blue.

Viewing 1 replies (of 1 total)
  • Thread Starter ricecrispies

    (@ricecrispies)

    Sorry, the code was supposed to be formatted as code, but it got mangled.

Viewing 1 replies (of 1 total)
  • The topic ‘making an exception for the link colour’ is closed to new replies.