Title: Adding lines in between columns
Last modified: August 22, 2016

---

# Adding lines in between columns

 *  Resolved [amasica](https://wordpress.org/support/users/amasica/)
 * (@amasica)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-lines-in-between-columns/)
 * Hi there,
 * How can I add lines in between the columns with TablePress? Couldn’t find a CSS
   rule that was working for me. Thanks!
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-lines-in-between-columns/#post-5565642)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Usually, some “Custom CSS” (on the “Plugin Options” screen of TablePress) like
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         border: 1px solid #cccccc;
       }
       ```
   
 * should work (change the table ID as necessary).
 * Regards,
    Tobias
 *  Thread Starter [amasica](https://wordpress.org/support/users/amasica/)
 * (@amasica)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-lines-in-between-columns/#post-5565646)
 * Thanks, Tobias! That did the trick. Your plugin is very slick, by the way. I 
   switched to it from another one and am finding it much easier to work with.
 * I’ve also been having trouble changing the header row background color. I had
   tried the CSS rule included in the documentation, but I must be doing something
   incorrectly. Could you help me out with that one?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-lines-in-between-columns/#post-5565731)
 * Hi,
 * good to hear that this helped!
 * About the header row background color: Most likely, your theme is also trying
   to set them, so that there’s a conflict.
    Can you please post a link to the page
   with the table where this problem happens, so that I can take a direct look? 
   Thanks!
 * Regards,
    Tobias

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

The topic ‘Adding lines in between columns’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/adding-lines-in-between-columns/#post-5565731)
 * Status: resolved