Title: Gray Lines Between Rows
Last modified: August 21, 2016

---

# Gray Lines Between Rows

 *  Resolved [Lyons](https://wordpress.org/support/users/alphaoracle/)
 * (@alphaoracle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/)
 * Hi Tobias,
 * I noticed plenty of reference and css fixes for the gray line borders around 
   the tables.
 * After searching quite a bit, I found no solution to remove gray lines between
   rows.
 * Is there a simple way in the Plugin Options to add css to remove the thin gray
   lines from between the rows?
 * Thanks,
    Charlie
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5093994)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Have you tried the suggestion from the TablePress FAQ at [http://tablepress.org/faq/remove-borders-from-a-table/](http://tablepress.org/faq/remove-borders-from-a-table/)
   maybe with the `!important` parameter added, as
 *     ```
       border: none !important;
       ```
   
 * ? If that does not work, 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
 *  Thread Starter [Lyons](https://wordpress.org/support/users/alphaoracle/)
 * (@alphaoracle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094004)
 * Thank you, Tobias.
 * The table is found on the page listing different professions.
    [http://moregreatleads.com/gray-lines/](http://moregreatleads.com/gray-lines/)
 * I managed to get rid of all the gray lines except the last one at the bottom 
   of my table. Here’s what I used to remove the lines.
 * .tablepress-id-1,
    .tablepress-id-1 tr, .tablepress-id-1 tbody td, .tablepress-
   id-1 thead th, .tablepress-id-1 tfoot th { border: none; }
 * Again, there is still one gray line at the very bottom that I cannot seem to 
   remove. Thank you for your support.
 * Charlie
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094005)
 * Hi Charlie,
 * thanks for the link! As it seems, the theme is adding another border there. Please
   try again with
 *     ```
       .tablepress-id-1,
       .tablepress-id-1 tbody,
       .tablepress-id-1 tr,
       .tablepress-id-1 tbody td,
       .tablepress-id-1 thead th,
       .tablepress-id-1 tfoot th {
         border: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Lyons](https://wordpress.org/support/users/alphaoracle/)
 * (@alphaoracle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094006)
 * You are a wizard, Tobias!!!
 * It worked flawlessly. Thanks again for your support.
 * Charlie
 *  Thread Starter [Lyons](https://wordpress.org/support/users/alphaoracle/)
 * (@alphaoracle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094007)
 * Thanks again!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094008)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Gray Lines Between Rows’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/gray-lines-between-rows/#post-5094008)
 * Status: resolved