Currently the title is displayed for every page and blog section created with the Menus feature. How do I make it so that the title is not displayed. Currently, I am unable to remove this without a blue bar being displayed. Please advise on the best way to remove the title.
http://wordpress.org/extend/themes/ghostbird/
put this in the style.css of the theme:
#intro {
visibility:hidden;
display:none;
}
and on line 454 change the margin of .entry to 0
If I understood right and you want to get rid of that yellow box that displays the title. Otherwise you will have to be more specific.
Good Luck
Anja