Hello there,
hope you are doing well ??
Could you tell us how do you want to style the gift card form, please? Maybe, we can create some CSS rules to achieve what you need.
There are no options to choose what fields show/hide in the gift card form. You can disable the option in settings to make mandatory the recipient info and then hide the fields you want with CSS.
To change the color of the Add to cart button in the gift card product, you need to add the following CSS to your theme in Appearance -> Customize -> Additional CSS and set the color you want:
.gift-cards_form.cart .gift_card_template_button .gift_card_add_to_cart_button {
background-color: black;
}
To not display the placeholders in the field, please, add the following CSS to your theme in Appearance -> Customize -> Additional CSS:
.gift-cards_form.cart .gift-card-content-editor input::placeholder, .gift-cards_form.cart .gift-card-content-editor textarea::placeholder {
font-size: 0px;
}
We have been checking the field labels and we see them correctly on the right side of the field.
Let us know any news, please.
Have a nice day!