Hide the amount on the gift card email

You can add a bit of CSS to your email design and it will hide the Amount. Go to Pimwick Plugins > PW Gift Cards > Email Designer > Advanced > Custom CSS and put the following code:

#pwgc-email-gift-card-amount-cell, #pwgc-email-amount-label, #pwgc-email-amount {
    display: none;
}

If you need more control, you can override the template file. Here are instructions:
https://www.pimwick.com/pw-faq/customizing-the-email-template/

Skip to content