add the following code to additional.css for the style you don't want signature pictures to display on.
Code:
.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.