Remove white text from checkout

Paste this code to Divi theme option > CSS Section
Anonymous
css
01/23/2024 2:56 PM
120 B
28
Indexable
body.woocommerce-checkout div#stripe-payment-data {
    background-color: transparent;
}
Editor is loading...