Reply To: Hide Item Details

#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