Checkout Page – Editing form - by sande410

This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: sande410
    sande410
    Participant
    November 10, 2015 at 19:44

    Hello. Where can I edit my checkout page at? Like which .php file and .css file? For example, I want to specially edit the text “Credit Card Number*” and the CVV input via in-line style. Please advise. Thanks!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    November 10, 2015 at 20:26

    Hello,

    As I see credit cards option is activated with help of the plugin “WooCommerce First Data Payeezy Gateway”. If you want to edit the text you need search for it in the plugin files.

    Try to use this code in Custom CSS for desktop to align the form:

    .payment_methods li label {
      display: inherit;
    }
    .payment_methods p {
        float: left !important;
        width: 200px !important;
        margin-left: 0;
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.