There’s a hook for that. Add this to your child theme’s function file. If I misunderstood my apologies.
//==============================================================================
// Replace "send a little love with whatever you wanted there.
//==============================================================================
add_filter( 'woocommerce_checkout_fields', 'ssd_woocommerce_checkout_fields' );
function ssd_woocommerce_checkout_fields( $fields ) {
$fields['order']['order_comments']['placeholder'] = 'send a little love, say hi, or let us know what\'s for dinner';
return $fields;
}
Hi @shalke04
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.