add_filter( 'wcpay_elements_appearance', function( $appearance ) { // Change text color to black/dark gray $appearance->rules->{'.Input'}->color = '#333333'; // Optional: Change label color if it's also white $appearance->rules->{'.Label'}->color = '#333333'; return $appearance; } );

My account

Login

Register

A link to set a new password will be sent to your email address.

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.