Background image for gift card email

Note: This requires the PW Gift Cards Pro version.

You can set a background image for the gift card email by following these steps:

1. Log into your WordPress admin area.
2. Click on Pimwick Plugins > PW Gift Cards > Email Designer
3. Add the following to the “Custom CSS” field:

body {
    background-image: url("https://yoursite.com/path/to/the/image.png");
}

body.wp-admin {
    background-image: initial;
}

#wrapper {
    background-color: initial;
}
Skip to content