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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...