CSS Request: Disable signatures in thread

Moogie4's picture
Hey guys,

I'd like to make a request. I've never used CSS here before. For my commissions gallery, I'd like to disable signatures from the replies. Because there's a high concentration of animated deer on that page, it might start to be laggy for some people.

The CSS doesn't need to do anything besides that. Smiling

Could someone please be kind enough to post the code I need in order to do this?

Thank you!~ <3
AlisonRobin's picture

Is that even possible? I've

Is that even possible? I've never heard of it before.
Moogie4's picture

I have no idea. But a while

I have no idea. But a while ago, I saw someone's CSS that removed profile pictures. So I assume it's also possible to nuke the signature field.
Graveyard's picture

You mean to have it where

You mean to have it where comments are not seen at all on the page like Here?

Just simply add in:

< style >#comments{display:none} < /style >

Without the spaces dear and it should work ^^

"Your efforts are insignificant! I carry you to your deaths!"
Moogie4's picture

I'd still like the comments

I'd still like the comments themselves to appear, just not their signatures.

Alternatively, maybe a way to ignore embedded objects, excluding the original thread post?

Thanks for your help, anyway. Smiling
Graveyard's picture

Hmmmmmmmmmm I am not sure on

Hmmmmmmmmmm I am not sure on the Signatures sadly, I am still a butter noobie at CSS coding myself XD

I can look around though for ya 8D

"Your efforts are insignificant! I carry you to your deaths!"
Keepiru's picture

You can disable all pictures

You can disable all pictures in the comments (avatar and sign) but it seems that doesn't work for the SWF files =/ sorry I can't help you more.
Unplugged's picture

I've played around a bit,

I've played around a bit, this code disables all embedded files in comments. Smiling Normal pictures are still visible.
#comments embed{display:none}

[e]: This code removes signatures completely:
.content .clear-block{display:none}