Un-editable Titles for default Blocks and Widgets are by design not a bug. This allows Titles to be translated and display properly on a multi-language site. For HTML block, it is advise not to show block title to member ( the name of "HTML Block" is meaningless to members) but rather add a title using html code within the content of the HTML block.
Here is an example code:
<h2 style="text-align:center;padding-bottom: 0px;"><strong><span style="font-size:12px">Block Title</span></strong></h2>... moreUn-editable Titles for default Blocks and Widgets are by design not a bug. This allows Titles to be translated and display properly on a multi-language site. For HTML block, it is advise not to show block title to member ( the name of "HTML Block" is meaningless to members) but rather add a title using html code within the content of the HTML block.
Here is an example code:
<h2 style="text-align:center;padding-bottom: 0px;"><strong><span style="font-size:12px">Block Title</span></strong></h2>... more