Home Forums Basel support forum Set the payment method to "Stripe". There is a problem with the style.

Set the payment method to "Stripe". There is a problem with the style.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163683

    jealy
    Participant

    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.
    #163751

    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

    #163753

    jealy
    Participant

    Phone style is not good enough. How to wrap between text and pictures?

    Attachments:
    You must be logged in to view attached files.
    #163773

    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

Viewing 4 posts - 1 through 4 (of 4 total)