Hide columns under Grader report

Hide columns under Grader report

Thomas Ylvin -
回帖数:1

I´ve been trying to hide columns Grader report, but it´s a bit messy.

It should be as simple as the code below, but I found out that the the headers and the columns with the content doesn´t have the same class name.

For an example. The heading cell for ID is called c1 but the rest of the column are namned c2. The email heading column are also namned c2!!! . 

So the column for ID and the heading for email has the same name; c2. 

How do I get on and hide those columns. I don´t wanna scroll horizontally.  The first column is the only one with both heading and content with the same name. 


.generaltable tr th.header.c1 {

display: none;

}


.generaltable tr th.header.c1 {

display: none;

}


In the second picture I added this code, but then the ID column and the email-title heading are hidden. 


.generaltable tr th.header.c1 {

display: none;

}


.generaltable tr th.header.c2 {

display: none;

}



附件 1.png
附件 2.png