How To Edit / Hide Checkout Field Headers?

Hello,

I could really use some help going about deleting/hiding the checkout page field headers. I was able to delete all the fields within the headers 'email' and 'shipping options' in administration>profile fields tab, but how do I delete, or hide the headers themselves?

Reference screenshot:

http://imgur.com/a/evMWe

Thanks =)

To remove checkout step headers, please add the following code to the CSS section of the Theme editor:

.ty-step__title-active, .ty-step__title {
    display: none !important;
}

To remove checkout step headers, please add the following code to the CSS section of the Theme editor:

.ty-step__title-active, .ty-step__title {
    display: none !important;
}

Once again, THANK YOU SO MUCH!! <3

You are welcome! :)