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.
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.