What is the path for the admin created custom blocks?

@rindoherdianto, it looks like you have edited the block.tpl to display the block name as the title. Instead, edit each custom block so that the content includes a span with a class of “blockTitle”, as:

<span class="blockTitle">My Title</span>
<p>my content is here</p>
1 Like