Jump to content

Remove Game ID from Game Schedule Grid


Recommended Posts

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
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...