Title: Event list table
Last modified: August 21, 2016

---

# Event list table

 *  Resolved [luchayfiesta](https://wordpress.org/support/users/luchayfiesta/)
 * (@luchayfiesta)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/)
 * Hi !
 * On a page where events are show in a list, I would like to modify the aspect 
   of the borders of the table : they’re in white and I would like them to be in
   black or grey, in order them to be invisible or quite.
 * But I can’t find where it is defined. Could somebody help me ?
    Here is a example
   of what I’m saying : [http://www.inventati.org/luchayfiesta/notre-actu/](http://www.inventati.org/luchayfiesta/notre-actu/)
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918442)
 * Try putting this in the style.css file of your theme:
 *     ```
       .events-table {
       border: 1px solid #000;
       }
       ```
   
 *  Thread Starter [luchayfiesta](https://wordpress.org/support/users/luchayfiesta/)
 * (@luchayfiesta)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918586)
 * thank you. but it didn’t work.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918588)
 * Looks like it’s remove the outer border but not the inner ones?
 * In which case, try adding this as well:
 *     ```
       .events-table tr {
       border: 1px solid #000;
       }
       ```
   
 *  Thread Starter [luchayfiesta](https://wordpress.org/support/users/luchayfiesta/)
 * (@luchayfiesta)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918589)
 * no. In fact I just tried to modify the style of every tables, in the style.css
   of my theme. As I don’t have any other table for the time being on my blog, I
   tried this way.
    This style (with the interior line) is ok for me. But I would
   like to have a solution concerning only the event table
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918615)
 * you can try something like
 *     ```
       table.events-table tr {
        border-left: solid #fff 1px;
        border-right: solid #fff 1px;
        border-top: solid #fff 1px;
        border-bottom: solid #fff 1px;
       }
       ```
   

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

The topic ‘Event list table’ 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/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [list](https://wordpress.org/support/topic-tag/list/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 5 replies
 * 3 participants
 * Last reply from: [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/event-list-table/#post-3918615)
 * Status: resolved