[ad_1]
You could try Say What?
Go to Tools, Text Changes, and set up a new text change with these settings:
Original string:
Thanks for your order. It’s on-hold until we confirm that payment has been received. In the meantime, here’s a reminder of what you ordered:
(must be exact and must be the whole thing)
(Its from templates/emails/customer-on-hold-order.php)
Domain:
woocommerce
Context:
(leave empty)
Replacement text:
(your choice of words here)
Thread Starter
Nikos
(@ntemosnikos)
Hi,
I want to change the text “thank you for your order” from the email that the customer receives or change the font size of the above text “thank you for your order”.
https://gyazo.com/5e8f60c34dedcb85a4dfef922b5d7dca
Thanks
That looks like the customer-processing-order email. If so, you can edit the heading at:
Dashboard > WooCommerce > Settings > Emails tab >
find the Processing order line & click manage, then edit the Email heading field.
Thread Starter
Nikos
(@ntemosnikos)
Can I reduce the size of the characters “thank you for your order”?
Thanks
Yes. Note that all the emails share the same styles, so altering the character size for one will apply to all emails.
Set up a child theme.
Copy
wp-content/plugins/woocommerce/templates/emails/email-styles.php
to
wp-content/themes/your-child-theme-name/woocommerce/emails/email-styles.php
In the copy, find the h1 font size. Its at line 179 for WC v7.0.0 and reads 30px. Change the 30px to your required size.
