Tips to customise WooCommerce
WooCommerce is a great choice for your ecommerce website.
The following are some some great (an often simple) tweaks that you can make to your WooCommerce website – when you want it just right!
How to hide ‘Billing Details’ Title from checkout page
Add the following to your custom CSS files.
.woocommerce-billing-fields > h3 {
display: none;
}