woocommerce payment placeholder input text not visible
Hello,
after typing to card payment placehorder input box, text is not visible, we have tried changing colors/forms but it did nothing at all.
we have tried:
.woocommerce-checkout .payment_box input::placeholder{
opacity: 1 !important;
color: white !important;
}
and it is not working as well.
please help
website: https://www.vydavatelstvodot.sk/pokladna/
thank you.
Comments
Hi,
Did you handle this in the meantime?
It looks like this to me:
Best regards
Hello,
yes i did, i have found that it is known issue.
<code>
delete_transient( 'wcpay_upe_appearance' );
delete_transient( 'wcpay_wc_blocks_upe_appearance' );
add_filter( 'wcpay_upe_appearance', function () {
return [ 'theme' => 'stripe' ];
} );
</code>
I am happy to see that you handled it.
If I can help you with anything else, please let me know.
Best regards