Title: CSS Question &#8211; Events List
Last modified: August 21, 2016

---

# CSS Question – Events List

 *  Resolved [asiaout](https://wordpress.org/support/users/asiaout/)
 * (@asiaout)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/css-question-events-list/)
 * Hi
 * When listing events by month, the name of the month isn’t too obvious at first
   glance. I’d like to ‘bold’ it and change the color but I can’t find where to 
   do this in a css file.
 * This link shows what I mean [http://www.asiaout.info/events/](http://www.asiaout.info/events/)
   (
   Mar 2014) Thanks!
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/css-question-events-list/#post-4682700)
 * you can do that using custom css styling and your theme style.css
 * eg.
 *     ```
       div.css-events-list h2 {
         font-weight: bold;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘CSS Question – Events List’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/css-question-events-list/#post-4682700)
 * Status: resolved