Title: Remove cell border
Last modified: August 21, 2016

---

# Remove cell border

 *  Resolved [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * (@robgon1971)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/)
 * I want to remove all borders from a table, i insert the code that is in your 
   web and a line almost appears at the bottom of each row. How can i delete this
   border?
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * (@robgon1971)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/#post-4028422)
 * Sorry, the URL is [http://isabelrico.es/prueba2/](http://isabelrico.es/prueba2/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/#post-4028428)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The border in your tables is not just on the cells, but also on the rows, so 
   you’ll need this:
 *     ```
       .tablepress-id-1 tr,
       .tablepress-id-3 tr,
       .tablepress-id-1 tbody td,
       .tablepress-id-3 tbody td {
       	border: none !important;
       }
       ```
   
 * The `!important` is necessary to override the CSS of your theme here, as that’s
   added with a high priority.
 * Regards,
    Tobias
 *  Thread Starter [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * (@robgon1971)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/#post-4028443)
 * Great!!!!!!!!!!!!!!!!!!
 * Thanks so much.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/#post-4028446)
 * Hi,
 * sure, no problem! 🙂
 * Best wishes,
    Tobias

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

The topic ‘Remove cell border’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/remove-cell-border/#post-4028446)
 * Status: resolved