Forums

Links don't change color when rollover/hover (3 posts)

  1. lia_leaves
    Member
    Posted 8 months ago #

    Hi -

    Is there a way to make the links change color? I have the code in my style sheet and it's not working - links don't change color:

    a:link {
    text-decoration: none;
    color: #FFFFFF;
    }
    a:visited {
    text-decoration: none;
    color: #D8CFA7;
    }
    a:hover {
    text-decoration: none;
    color: #91B239;
    }
    a:active {
    text-decoration: none;
    color: #D8CFA7;
    }
    body {
    margin-top: 0px;
    }

    Thanks!

  2. NateJacobs
    Member
    Posted 8 months ago #

    I am not able to replicate your problem. I can add those styles to my stylesheet and my links start out a tan like color and when I hover over them they turn a green color.

  3. wearitwell
    Member
    Posted 8 months ago #

    You probably have another style somewhere else that overrides this one. You will have to tell us the link to your site for us to see, what's really wrong.
    Cheers,
    Anja

Reply

You must log in to post.

About this Topic