In order to add description on the row card you have to install Vehica Child theme first – please read more about it here: How to use Child Theme? How to change files (php / css / js) and keep theme future update compatibility?


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>

e.g.
mceclip0.png
It will be added this way:
mceclip1.png