Checkout fields

How to remove email and secondary phone fields from checkout page I try checkout form plugin but still can't remove them, I hope you can help me with that


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Moreover, please, do not create duplicate discussions.

    Thanks

  • Website: https://raaia.com/

    also I want to change checkout page button font to Cairo

    Thank you

  • Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .woocommerce-checkout #billing_phone2_field,
    .woocommerce-checkout #billing_email_field{
       display: none!important;
    }
    button#place_order{
       font-family: "Cairo"!important;
    }
    

    Thanks

  • Thank you

Sign In or Register to comment.