The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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!
|
|
#2
|
||||
|
||||
|
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;}
|
|
#3
|
|||
|
|||
|
OK thanks that's fine. I just want a work-safe theme.
|
![]() |
|
|