Hi Laura!
Thanks for getting in touch with us! Let me help you with this topic.
You can modify the excerpt length, but would require a snippet like the following to be placed in your theme’s functions.php file:
function custom_excerpt_length( $length ) {
return 30;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
the image is smaller for the events we want to be smaller?
Unfortunately, there is no built-in option to modify the image size. You can add some custom CSS to reduce the image sizes, but this will apply to all the events in the list, not just the ones you want.
Following our Themer’s Guide > https://theeventscalendar.com/knowledgebase/themers-guide/, you can customize the look and feel of our templates, but it requires some custom coding.
I hope that helps. Let me know if any follow up questions.
Best,
Victor