This topic has 6 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hello!
I would like to remove the option for “order notes” on the checkout page. Could you please tell me how to do this? Thank you!
Hello,
Could you please show a screenshot of what you want to remove?
Thank you.
Regards,
Eva Kemp.
I don’t know how to upload an image to this form. When a user goes through the checkout process (on the checkout page) after they upload their billing address and click continue, they are directed to the next page that has shipping address entry and a section for order notes. I would like to delete the order notes section. Thank you
Hello,
You can do it. Add this code to custom.css file.
.checkout-step .notes {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Awesome!! It worked, thank you!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up