As of version 4.0.0 we've made it a bit easier to style NS Meetup's front-end display.
We've added a custom.css file where you can insert custom CSS. This file is located in:
/site-root/modules/ns_meetup/css/custom.css.
You can edit this file by either using a FTP program or your hosting panels interface to edit files.
By using the class .nsmeet_event_list
you can target the events separetly. Also, each event dynamically generates a custom ID and class so you can target each even in any order you want.
The very first listing will have an ID of #nsmeet_event_list0
and a class of .nsmeet_event_list0
. Each listing will increment the appended number (0, 1, 2, 3, 4 etc)