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.
Question
BaseballGuy
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>
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now