Title: Customizing the Table
Last modified: August 21, 2016

---

# Customizing the Table

 *  Resolved [saurabhr](https://wordpress.org/support/users/saurabhr/)
 * (@saurabhr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-the-table/)
 * Hi,
    Is there a way to customize the table. I want the event to be displayed 
   in Bold Letters while the date in the normal way. Thank you Saurabh
 * [http://wordpress.org/extend/plugins/really-simple-events/](http://wordpress.org/extend/plugins/really-simple-events/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * (@huntlyc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-the-table/#post-3870929)
 * Hi saurabhr,
 * If you check out the help/useage page in the plugin menu it will tell you all
   the relevant CSS classes you’ll need (or you can just inspect the table chrome/
   firefox dev tools)
 * Basically, you just want to add this into your css:
 * `.hc_rse_events_table td.hc_rse_title{font-weight: bold}`
 * For an example, check this out: [http://huntlyrubytest.co.uk/events/](http://huntlyrubytest.co.uk/events/)
 * Here’s the relevant exceprt regarding CSS from the help page:
 * CSS Styling
    ===========
 * For theme developers, here are the event table css classes you can use to style
   the output
 * table.hc_rse_events_table – the main event table.
    td.hc_rse_date – the table
   cell which holds the event date. td.hc_rse_time – the table cell which holds 
   the start time. td.hc_rse_title – the table cell which holds the event title.
   td.hc_rse_link – the table cell which holds the event link. a.hc_rse_more_info–
   the more info link. td.hc_rse_extra_info – the table cell which holds the event
   information.
 * Hope this helps! 🙂
 * Cheers,
 * Huntly
 *  Thread Starter [saurabhr](https://wordpress.org/support/users/saurabhr/)
 * (@saurabhr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-the-table/#post-3870965)
 * Hi Huntlys,
    Thanks a lot for your immediate feedback. I tried inserting the 
   lines in my css file but unfortunately it does not work. Upon inspecting the 
   table in above link I am able to see all the individual parts (of a row as in
   the date and title) but while inspecting element on my site (local) I see the
   complete row as a unit. I guess that is somewhere I am going wrong. Still trying
   to fix this, any clues about the problem.
 *  Plugin Author [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * (@huntlyc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-the-table/#post-3870976)
 * Hmm, not quite sure what’s going on, are you using the “more info” feature? Perhaps
   there’s an error with the html?
 * I’ve also had emails from people with issues who’ve pasted in the shortcode by
   without clearing the text format.
 * WordPress is great for pasting text into pages/posts and having it retain the
   styles (colours, sizes, font family and so on) but in this case you DON’T want
   that! So just type in [hc_rse_events] or highlight it and click the wee eraser
   icon in tinyMCE which will clear the formatting (2nd row, 6th button from the
   left).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customizing the Table’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-events_3f3e36.svg)
 * [Really Simple Events](https://wordpress.org/plugins/really-simple-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-events/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-events/reviews/)

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [plugin customization](https://wordpress.org/support/topic-tag/plugin-customization/)

 * 3 replies
 * 2 participants
 * Last reply from: [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-the-table/#post-3870976)
 * Status: resolved