By NoSpin123 on
I want to remove the title from a block or even all blocks (whichever is easist). How do you do this. I searched through this site and this is obviously a common issue but the posts seem to only contain fixes to versions prior to 5.0.
Thanks,
Brett
Comments
...
Go to admin >> site building >> blocks
click configure and read the line underneath Block titles.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Yea but...
Sometimes you have to go back to that config page and hit 'Save' again. Even though I had in my title for a year in a half, the title was showing in a new theme I was designing. After hitting 'Save' again on that block config page, the title disappeared.
Or if you want to remove the
Or if you want to remove the title from all blocks at once.
edit the block.tpl.php file in your template folder and comment out or remove this line:
heh
In 5.0 You can do this through the blocks configuration menu. No need to edit the template for it.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Simple solution
Go to Administer -> Site Building -> Blocks
Click the configure link of specific block and in title write and save configuration.
------------------
Muhammad Daud
to get rid of title
you have to write none when you configure the block title .
Diana Castillo
Hi guys, when I remove the
Hi guys, when I remove the block title through the configuration page, the mainbody displaces the content to the right, like this...
http://img527.imageshack.us/my.php?image=displacedmainbodyvd2.jpg
Any ideas??
I think there is css
I think there is css property "float:right" applied, handle it.
------------------
HotCoder
How to removing block title
Go in the admin>Site Building>Blocks>Text Resize and in the Block Title insert < none > without blank
Block title is not a mandatory field
I kept the Block title blank and it worked. Block title is not a mandatory field.
Simply put <none> in drupal 7
Simply put <none> in drupal 7
Its simple to save a block without title
Just save the block with title <none>.