XF 1.4 Hide signature via css

AndreaMarucci

Well-known member
I'm searching for a css to put into extra.css to hide signatures in the personal conversations. Should be possible but It's over my capacity.

Thanks!
 
Sorry, found a piece of code I've around

Code:
.conversation_view .signature, .conversation_view .messageUserBlock .arrow span, .conversation_view .messageUserBlock .arrow {display:none;}
 
Top Bottom