Hiding field titles on templates
If you use the Field element to render content into your template, you will see that the label of your field renders above the content in your template (See example below).
Hiding the Drupal field label
If you don't want the field label to show above your content you can hide it. The following steps show how to hide a field label on the Article content type but the steps are the same for all fields within your Content entities.
- Navigate to Structure > Content types > Article
- Click on Manage display
- In the Label column click on the drop-down next to the field and select Hidden
- Click Save
- The field label will now be hidden.