Title: Remove website title
Last modified: August 31, 2016

---

# Remove website title

 *  Resolved [Ruud Fiere](https://wordpress.org/support/users/ruud-fiere/)
 * (@ruud-fiere)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-website-title/)
 * I am still struggling with removing website title and textbox via custom css.
   
   But in a way that it remains in the adres bar. Could you help?

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-website-title/#post-6984505)
 * Hi Ruud Fiere
 * The custom CSS to remove website title and textbox would be:
 *     ```
       header #header-name {
           visibility: hidden;
       }
       header #header-description {
           visibility: hidden;
       }
       ```
   
 * Note: Please create and customize files of child theme, so your changes will 
   not overwrite on theme update.
 * Thanks!!
 *  Thread Starter [Ruud Fiere](https://wordpress.org/support/users/ruud-fiere/)
 * (@ruud-fiere)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-website-title/#post-6984508)
 * Thanks it worked!
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-website-title/#post-6984516)
 * Hey Ruud Fiere
 * Happy to hear that your problem was solved.
 * Thanks and CHEERS!!!

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/remove-website-title/#post-6984516)
 * Status: resolved