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.