Hide title name from the posts or widgets
Removing the Title from the widgets like HTML/Javascript ,Removing the title not only to widgets but also posts.for better understanding see the above image .it gives clarify to you.
First step you have to do is.. give name to title as usual (later it can be hidden) and save it
Next step is important ie. Go to Design >Edit HTML
Download the template first .Then click on the "Expand Widget Templates"
Click Ctrl+F to search in the page
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<h2 class='title'><data:title/></h2>
</b:if>
After emoving save the template.