• Resolved tjos123

    (@tjos123)


    Hi!

    I have only Paypal as the payment mode, however there is no label or radio button to indicate that. The word ‘Paypal’ is just floating below the total amount, like below.

    Total $100.00
    [Add Payment method] Paypal

    Anyone knows how can I add the text ‘Payment method’ beside Paypal? I do not wish to use the Woocommerce > Settings > Payments > PayPal > Title – As this will repeat ‘Payment method’ on emails too.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @tjos123 ,

    Are you using the standard Paypal from WooCommerce?

    You can override the radio button with the “payment method” text using custom CSS –

    #payment .payment_methods label[for="payment_method_paypal"]:before {
        content: "Payment method: " !important;
        font-family: inherit !important;
     }

    Add this to your wp-admin > Appearance > Customize > Additional CSS field.

    I hope this helps.

    Thank you ??

    Hi there,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Label ‘Payment method’ on checkout’ is closed to new replies.