Hi Korfino,
Thanks for the solution!
@scriptburn can you please implement this fix for your next plugin upgrade?
You’ll need to modify the ../list/single-event.php file to change “Find Out More”
I highly recommend you to read the The Event Calendar’s Theme Guide.
Add this to content.php to show your organizer’s name:
<?php echo tribe_get_organizer(); ?>
Try:
#tribe-bar-form input[type=”text”] {
// Your font-size here
}
If you’d like to use the WP featured image to display the image you can do the following,
<?php
// Place this code inside /tribe-events/list/single-event.php
the_post_thumbnail( ‘medium’ );
?>
More details about featured image:
https://theeventscalendar.com/knowledgebase/featured-images/