Remove QR Code from Gift Card
The QR code on a Shopify Gift card is only meant to be scanned by the Shopify POS app and will not apply to a checkout if you scan it with your phone.
You can remove the QR code by adding a small snippet of code to your css files.
Older themes with theme.css and theme.css.liquid files : paste #QrCode {display: none;} at the very bottom of the page.
Newer 2.0 themes use the template-giftcard.css file : paste .gift-card__qr-code {display:none;} at the very bottom of the page.
Save the changes and test and you will see the QR Code has disappeared.