Hi there,
we hope you’re doing well!
In order to modify some styles of the email template, you should copy the file style.css (wp-content\plugins\yith-woocommerce-gift-cards\templates\emails\style.css) in wp-content\themes\[your active theme folder]\woocommerce\emails\ (if you haven’t the two last folders, you need to create them).
Then, you can change the styles in the new file. For example:
To make the image smaller:
.ywgc-main-image{
width: 300px;
}
Spacing in gift card amount:
.ywgc-card-amount{
width: 100px;
text-align: right;
font-weight: bold;
font-size: 24px;
padding: 30px;
}
Adding the company logo is only available in the premium version. In this link you can see all the features added in this version.
You can modify the footer by copying the file gift-card-footer.php (wp-content\plugins\yith-woocommerce-gift-cards\templates\emails\gift-card-footer.php) in wp-content\themes\[your active theme folder]\woocommerce\emails\
We hope we have helped you and if you have any questions, feel free to contact us.
Best regards.
-
This reply was modified 3 years, 3 months ago by
Juan Coronel.
-
This reply was modified 3 years, 3 months ago by
Juan Coronel.
-
This reply was modified 3 years, 3 months ago by
Juan Coronel.