Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Add this to your CSS:

    .post h2 a:link {
    color:#0000ff;
    }
    .post h2 a:visited {
    color:#0000ff;
    }
    .post h2 a:hover {
    color:#0000ff;
    }
    .post h2 a:active {
    color:#0000ff;
    }

    Pick your own colors for each of those, obviously.

    Alternatively, edit your theme and add a class to the permalink links, so that you can style them directly instead of having to use .post h2.

    Thread Starter michael

    (@michaelclj)

    Otto42 — perfect — wonderful — it worked — thank you! ??

    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalink color change?’ is closed to new replies.