Hello,
you need edit default.php in next folder
your website/components/com_vehiclemanager/views/view_vehicle/tmpl
and comment for year of issue next code:
Code: |
<div class="row_inline" >
<i class="fa fa-calendar"></i>
<span><?php echo _VEHICLE_MANAGER_LABEL_ISSUE_YEAR; ?>:</span>
<span><?php echo $vehicle->year; ?></span>
</div>
|
see attached image.
The same for Mileage.