With GD V1 Supreme Directory Theme extra post meta could fairly easily be hidden with CSS but not in V2.
E.g. ON V1 with events and places I could use css to hide all event/place meta except for the post name and the from and to date for a more clean visual look.
GDV1 with SD example: The date and time each have their own classes so I could hide the time display:
<span class=”geodir-i-datepicker”><i class=”far fa-calendar”></i> Date:</span>
<span class=”geodir-i-time”><i class=”far fa-clock”></i> Time: </span>
SEE ATTACHED EVENTS FROM FRONTPAGE IMAGE as at https://www.kimberley.co.za/
GDV2 with SD: The date and time are pulled and displayed as one.
content=”2018-12-06T07:00:00+2″><meta itemprop=”endDate”
content=”2019-03-31T10:00:00+2″><div class=”geodir-schedule-start”><i class=”fas fa-caret-right”></i>06/12/2018, 07:00</div><div class=”geodir-schedule-sep”>-</div><div class=”geodir-schedule-end”>31/03/2019, 10:00</div></div>
How can I do the same with GDV2 SD theme?