Title: Remove title display
Last modified: October 12, 2017

---

# Remove title display

 *  Resolved [Travis](https://wordpress.org/support/users/lowburn88/)
 * (@lowburn88)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-title-display/)
 * Good afternoon Mr. Utsumi,
 * I was wondering if there was a way to universally remove the site title and tagline
   from displaying above the header image. I’ve instead incorporated those elements
   into the site header image.
 * I realize I may remove these from WordPress Settings > General, however I’d like
   to leave the metadata in the site for indexing purposes.
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-title-display%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-title-display/#post-9584128)
 * Hi lowburn88,
 * You can achieve this with the help of custom css , please apply the below given
   css
 *     ```
       .site-branding {
       display: none !important;
       }
       ```
   
 * I hope the above was helpful.
 * Kind regards,
 * Manoj
 *  Thread Starter [Travis](https://wordpress.org/support/users/lowburn88/)
 * (@lowburn88)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-title-display/#post-9586083)
 * Thank you, that was a very easy fix.
 * Cheers, Manoj

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove title display’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/first/2.0.4/screenshot.png)
 * First
 * [Support Threads](https://wordpress.org/support/theme/first/)
 * [Active Topics](https://wordpress.org/support/theme/first/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/first/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/first/reviews/)

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 2 replies
 * 2 participants
 * Last reply from: [Travis](https://wordpress.org/support/users/lowburn88/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/remove-title-display/#post-9586083)
 * Status: resolved