Remove white text from checkout

Paste this code to Divi theme option > CSS Section
 avatar
unknown
css
a year ago
90 B
5
Indexable
body.woocommerce-checkout div#stripe-payment-data {
    background-color: transparent;
}
Editor is loading...