Home›Forums›Feature Requests›Volunteer Sign-Up Sheets – Feature Requests›Hide Item Details›Reply To: Hide Item Details
August 24, 2016 at 10:21 AM
#11723
Stephen Sherrard
Keymaster
I suck at CSS, but I believe you would have to use the nth-child type of selector to get just that particular columns (instead of all the columns). Count the # of td cells to get to the one you want, and specify that child of the tr.
Something like this answer (Google is your friend):
http://stackoverflow.com/questions/15448679/using-nth-child-in-tables-tr-td