Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can use custom CSS like below. You may need to change the selectors to make it work for your theme.

    .woocommerce-order-received .woocommerce-customer-details {
      display: none;
    }

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Thread Starter remykonings

    (@remykonings)

    Thank you, that worked ??

    • This reply was modified 3 years, 1 month ago by remykonings.

    @remykonings

    Glad to hear it – thanks for letting us know!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide adress on conformation page’ is closed to new replies.