Hidining tfoot element

on this page i can’t figure out how to hide the

<tfoot>

element that contains the second “Author” and “Posts” link, highlighted in green.

I tried both of these but neither works.


.sing-format-standard .bbp-replies tfoot.tr {display:none !important;}
.sing-format-standard .bbp-replies tr.tfoot {display:none !important;}

clearly i have the syntax wrong. please advise how i hide it. thanks in advance.

Hi,

You seemed to have hidden the tfoot ok here:


.bbp-replies tfoot tr {
    display: none;
}

Or did you mean something else? Or was it a browser issue?

that worked. thanks!

Although this is not a css solution, I believe hat the easiest and most elegant way is: do not put the tfoot element and his children on the web page.