PDA

View Full Version : Disable images in signatures


dai-kun
06-18-2011, 08:01 PM
Is it possible to prevent images in the signature to show up? This is for a specific style, so I don't want to globally turn it off. I just want to have this one style not showing images in the signature. Thanks!

LifesGreatestGift
06-18-2011, 11:23 PM
add the following code to additional.css for the style you don't want signature pictures to display on.

.signaturecontainer img {display:none!important;}

Keep in mind, signature images will not display, but because we are only hiding the image (because you want them to continue working on other styles) they are still loaded adding size to your page rendering. Hope that makes sense.

dai-kun
06-19-2011, 12:56 AM
OK thanks that's fine. I just want a work-safe theme.