Hi Darian, Thank you for your support. I’ve followed through the step from your link, I’ve copied the file to wp-content/themes/[your-child-theme]/tribe/events/v2/widgets/widget-events-list/event.php
.
In the next step I’m a bit lost would you please guide me where to put this code to (I’m not a coder so the further explained will be appreciated.)
<?php
echo
tribe_event_featured_image(
$event
->ID,
'thumbnail'
); ?>
<?php $this->template( 'widgets/widget-events-list/event/title', [ 'event'=> $event] ); ?>
I want to adjust css from the plugin of the widget on my front page.
Thank you very much