Jump to content

BaseballGuy

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by BaseballGuy

  1. Here's a little style I wrote to remove game id field from game schedule.  I had added the game id to try to eliminate duplicate games from our game schedule but it didn't work...and there's no option to remove the game id field once you've added game id.  Just add this css to the head code of the page with the game schedule showing the game id.

     

    <style>

    #tab_gamelist_content th:first-child, #tab_gamelist_content td:first-child {

    display:none;

    }

    </style>

      remove_game_id.jpg.932effb4a78b0359486b20461b20be11.jpg
×
×
  • Create New...