magostoni71
You can customize the layout file, I guess you're using 'List' theme so you can edit this file:
/components/com_dtregister/templates/list/views/event/list_row.php
Look for this line of code (approx line 132), change:
<?php if ($config->getGlobal('event_date_show')) {
to:
<?php if ($config->getGlobal('event_date_show') && $row->categoryId != 8) {
8 here will be the ID of the category that you want to hide date info