• Resolved dhar

    (@dhar)


    I have orange links on my site and would really like not to. I keep trying to change the css to different color codes but it will not change the color!

    this is what i have in my style sheet
    /* Links */
    a {
    color: #8B008B;
    text-decoration: none;
    }
    a:focus,
    a:active,
    a:hover {
    text-decoration: underline;
    }

    (#8B008B; is not orange if you noticed!)

Viewing 2 replies - 1 through 2 (of 2 total)
  • have you cleared the browser cache? by reloading the web page, or by pressing ‘CTLR F5’ ?

    also, some css styles are more specific than others – have you checked this?

    without a link to your site, nobody will be able to comment on your problem.

    help with basic formatting is not within the scope of this WordPress forum.

    Thread Starter dhar

    (@dhar)

    my site is here

    and the theme is twenty eleven
    ive tried refreshing even checking from another comp, why would this not be working?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS will not change link color!’ is closed to new replies.