Set the payment method to "Stripe". There is a problem with the style.
-
Added html tags to the “title” and “Description” fields of Stripe payment methods. But my account order details call the html tag.
Attachments:
You must be
logged in to view attached files.
Hello,
Do not add any <p>
.
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-checkout .woocommerce-checkout-payment li label {
display: block;
}
Now I do not see any tags. If you need anything else, please clarify.
Best Regards
Phone style is not good enough. How to wrap between text and pictures?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .woocommerce-checkout .woocommerce-checkout-payment li label {
max-width:135px;
}
Best Regards