Add “@” To Away Games

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7328
    Mark
    Keymaster

      Is there a way to put “@” in front of the opponent name to better distinguish Home vs Away?

      #7329
      Mark
      Keymaster

        Yes. Use a CSS rule. Rows for Home and Away games are tagged with class = “away-game” (Or “home-game”) So you’d do something like

        tr.away-game td a:before {
            content: "@";
            margin-right: 6px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.