How Do I Remove The Title in Drupal?

3 replies [Last post]
Cade_One's picture
Offline
Joined: 07/02/2009
Graces: 71

Question:  How do I remove the Title in Drupal?  Wordpress has the option in the admin settings to remove the title so that only the banner image shows.  Is this also true in Drupal, or do I need to insert a conditional statement in my page or node template?

"I'm a PC (practicing Catholic) and I'm only 30 years old."

Joel Stein's picture
Offline
Joined: 08/27/2009
Graces: 20
Many ways

There are lots of ways to do it, depending on what you are trying to accomplish. Just removing the title from one page, or the whole site? Either way, the simplest way to do it is to hide it via CSS. If you have Firefox, use FireBug, or if you have Safari, use the Web Inspector, and find out the path to the element and then hide it.

If it's something more complicated, let me know.

oscatholic's picture
Offline
Joined: 06/25/2009
Graces: 577
CSS would be by far the best

CSS would be by far the best way to accomplish this task. This is also a good thing for SEO - Drupal will still show the text to search engines, but using CSS, you can reposition the text using text-indent: -9999px or something to that effect, then insert the banner image using the css background property.

Advancing the faith.

Cade_One's picture
Offline
Joined: 07/02/2009
Graces: 71
Thank You

Thanks guys! I also found the toggle button in the Configure Themes section of the Admin Control Panel. The Global settings give you the options to hide logo, site name, site slogan, mission statement, etc.

"I'm a PC (practicing Catholic) and I'm only 30 years old."

Post new comment

The content of this field is kept private and will not be shown publicly.