Yes, I tried to hide them this way. regular divs are hidden, but it doesn’t work with td. I tried several options:
.td.num.posts... {
display: none;
}
.td:num.posts... {
display: none;
}
Yes, I tried to hide them this way. regular divs are hidden, but it doesn’t work with td. I tried several options:
.td.num.posts... {
display: none;
}
.td:num.posts... {
display: none;
}