• How to disable avatars and background images ?
    2 replies, posted
On old forum I could disable avatars, I don't see that option now in my preferences. I would also like to disable those images behind the avatars.
No option in preferences, but garry gave us custom CSS access to do exactly that. Copy and paste this into your custom CSS box: .postrender .postinner>.postuser .background-image, .postuser:hover .user-card, .postuser .postavatar { display: none; }
Thank you very much, it works.
Sorry, you need to Log In to post a reply to this thread.