---
title: "Removing the site title in Drupal 8"
description: "The site name is the site title that appears at the top of the screen. If you wish to remove this from your theme you can do so via the theme settings. Follow the instructions below to learn how to..."
url: https://www.inmotionhosting.com/support/edu/drupal/remove-title/
date: 2013-10-22
modified: 2024-05-02
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Removing the site title in Drupal 8

The *site name* is the site title that appears at the top of the screen. If you wish to remove this from your theme you can do so via the theme settings. Follow the instructions below to learn how to remove the site title from your Drupal 8 website.

## How to remove the site name in Drupal 8

1. [Log into your Drupal 8 admin dashboard](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. Once logged in click on **Menu >> Appearance**
3. Next you will arrive at the main *Appearance* page. Here you will see all the available active themes listed at the top under *Enabled Themes*. Locate the theme you want to work with and click on the **Settings** link to its right. We will be using the *Bartik* theme in this example.![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_105_customize-colors_1-select-settings.png)
4. From the theme settings page, scroll down to the *Toggle Display* section where you will see several options to enable or disable. Uncheck the setting named **Site name**.![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_105_disable-site-name_1-toggle-site-name.png)
5. Once disabled, click on the **Save Configuration** button to save and activate the change. Now you can visit your site and see that the site name is no longer displayed. A before and after comparison is below to show you how doing this affects your site display.

| Before | After |
| --- | --- |
| ![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_105_disable-site-name_before.png) | ![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_105_disable-site-name_after.png) |
