/* Hide default account page titles */
body.woocommerce-account .entry-header,
body.woocommerce-account h1.entry-title,
body.woocommerce-account .entry-title {
    display: none !important;
}
