How to make Custom blocks rounded

Hi @zaratushtra,

Try editing plugins/generic/customBlockManager/block.tpl and finding the line:

<div class="block custom" id="{$customBlockId}">

Change it to…

<div class="block" id="{$customBlockId}">

Regards,
Alec Smecher
Public Knowledge Project Team