Than copy card file (e.g. row card) wp-content/themes/vehica/templates/card/car/card_v3.php to wp-content/themes/vehica-child/templates/card/car/card_v3.php and edit it.
Here is an example code which output description and excerpt. Use what is better in your case.
Than copy card file (e.g. row card) wp-content/themes/vehica/templates/card/car/card_v3.php to wp-content/themes/vehica-child/templates/card/car/card_v3.php and edit it.
Here is an example code which output description and excerpt. Use what is better in your case.
<div>
<?php echo wp_kses_post($vehicaCurrentCar->getDescription()); ?>
</div>
<div>
<?php echo wp_kses_post($vehicaCurrentCar->getExcerpt()); ?>
</div>