• Resolved JLee

    (@karado58)


    Can you please show me how to disable/remove the “Billing details” from the Checkout page.

    I’m going to be selling digital downloads, and don’t need it.

    Thank you so much for the support!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @karado58 ??

    Based on your requirements, you may want to look into an extension like Checkout Field Editor which will let you remove billing fields on your WooCommerce checkout page.

    If you mean to remove just the text “Billing details” from your Checkout page you can use this CSS code:

    .woocommerce-checkout .woocommerce-billing-fields > h3 {
      display: none;
    }

    To add custom CSS code navigate to WordPress Dashboard > Appearance > Customize > Additional CSS and add your CSS to the editor.

    I hope this is helpful to you.

    Best regards.

    Thread Starter JLee

    (@karado58)

    Thank you Mirko!

    Glad to hear that.

    If you have any further questions, I recommend creating a new thread.

    Best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Billing details?’ is closed to new replies.