This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
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!
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.
You must be logged in to reply to this topic.Log in/Sign up