-->

Tuesday, August 20, 2013

How to hide the schedule & photo galleries:

To get rid of the entire thing use this code:

NOTE: It will not work on certain older browsers, same goes for the code to remove the galleries (mostly would only be a problem for people running old IE who don't update it).

Code:

table table:nth-child(2) {
     display:none;
}

table table:nth-child(3) {
     display:none;
}

table table:nth-child(3) + script + div {
   display:none;
}

No comments:

Post a Comment