How can I customize the text on gift cards?

@parisiem

Put this piece of code in your theme.scss file

.giftcard__title {
  text-transform: uppercase; 
}