Is there any update on this thread, looking to achieve exactly the same by adding a Locked / Closed tag (icon) when a topic is closed ?
I have already used the code to ensure text does not turn Grey, so just looking to add some form of symbol so forum users can see topic thread has been closed
Thanks
BTW – for reference for others, code to stop Closed Topics text changing to Grey is …
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #000 !important;
}