Hi
I resolved my problem using Code Snippet to change the Title as i was expecting for
`add_filter( ‘woocommerce_thankyou_order_received_text’, function( $message ) {
return ‘<span style=”color: #000000; font-size: 20px; font-weight: bold; font-family: Georgia, serif; text-align: center; display:block;”>Votre commande est confirmée, nous vous en remercions.</span>
<span style=”color: #000000; font-size: 14px; font-family: Georgia, serif; text-align: center; display:block;”>Un mail de confirmation vous a été envoyé.</span>’;
} );
and the second problem has been resolved by using CSS in additional CSS code
This post can be closed