Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS First Letter Trick…?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #181559
    Erik
    Participant

    I have a MyBB forum and I want to edit the first letter of the Forum Thread link to be a different color.

    The CSS is..

    .thead a:link {
        color: #FFF;
    }

    I don’t want every a:link edited, just that one link.

    #181566
    shaneisme
    Participant

    It may or may not be trivial.

    https://css-tricks.com/almanac/selectors/f/first-letter/

    You would want to target its block level parent.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.