Removing images from invitations

To remove an image from an invitation, add the following CSS to the invitation-specific CSS file:

.neb-invite-container .invitationDesignMain .kpl-invitation-content
.invitationDesignImg {
 display: none;
}
.imageContainer {
min-width: 0px !important;
min-height: 0px !important;
margin: 0px 0px !important;
}