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

    (@rainfallnixfig)

    Hi @josesg95,

    Can you try with this CSS under Appearance > Customize > Additional CSS?

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

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. 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).

    Cheers.

    Thread Starter josesg95

    (@josesg95)

    Hi @rainnixfig, that worked thank you very much! Thanks also for the recommendation, I will try to learn it because it is very necessary, have a great day!

    @josesg95

    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 ‘Remove text from checkout page’ is closed to new replies.