technova76
For the issue of Start / End date, you can backup this file: /templates/ja_donate/html/com_dtdonate/campaigns/default.php
and use the attached file (unzip first)
About the raised + goal, I will share with the team for further consideration on adding option to disable these fields. Right now, if you don't want to show them, I've added this custom css:
/*campaign list*/
.dt-donate-campaigns-list .dt-donate-mod-campaign-details .campaign-raised-goal {
display: none !important;
}
.dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 0;}