• Resolved mlankton

    (@mlankton)


    Ok, I have my new theme working the way I want, almost. The problem I am having is that h3 and links are showing some of the same behavior, and I haven’t had any luck altering my style.css to get the desired result.
    My h3 is #FFFFFF, on hover #FFFFFF with underline, and visited #FFFFFF.
    My links are #339966, on hover #000000 with underline, and visited it is #FFFFFF. This is a problem because visited links disappear into the white background.

    I tried manipulating the style.css, but I couldn’t get this right without screwing up my <h3>. I’m no css whiz, and I appreciate your help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mlankton

    (@mlankton)

    Here’s the entry for links in my style.css

    a, a:link {
    padding: 1px;
    color: #339966;
    text-decoration: none;
    }

    a:visited {
    padding: 1px;
    color: #339966;
    text-decoration: none;
    }

    a:hover {
    color: #000000;
    text-decoration: underline;
    SP_HOVERLINK;
    }

    Thread Starter mlankton

    (@mlankton)

    problem solved, disregard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One last bit of css help’ is closed to new replies.