---
title: "Hiding field titles on templates"
date: "2017-12-11T09:13:03+00:00"
summary: "Learn how to hide field titles in Drupal templates with our easy guide. Customize your content display by removing unwanted labels, enhancing your site's visual appeal and user experience."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/hiding-field-titles-templates"
id: "0dd7100c-dff5-4d44-983e-7697868fb089"
---

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

![a1ddf777-Drupal-field-showing.png](https://acquia.widen.net/content/af8c94ca-91f3-48ee-83c5-d200b9f96345/web/a1ddf777-Drupal-field-showing.png)

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.

1.  Navigate to Structure > Content types > **Article**
2.  Click on **Manage display**
3.  In the Label column click on the drop-down next to the field and select **Hidden**
4.  Click **Save**
5.  The field label will now be hidden. 

![9e29873e-hide-field-label.png](https://acquia.widen.net/content/0126a606-9cdc-4bc0-b263-65c23b703cc8/web/9e29873e-hide-field-label.png)