Title: Borders responsive tables
Last modified: August 21, 2016

---

# Borders responsive tables

 *  Resolved [Gurravasa](https://wordpress.org/support/users/gurravasa/)
 * (@gurravasa)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/borders-responsive-tables/)
 * HI,
 * I’m trying to create a table with Tablepress and Responsive tables extension.
   I used custom CSS to remove borders and it works perfectly for regular screens,
   but on phone displays new horisontal borders appear. How can I remove or change
   color on theese borders?
 * [http://flyttad.stabilisera.se/schema/](http://flyttad.stabilisera.se/schema/)
 * BR
 * Gustav
 * [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, 10 months ago](https://wordpress.org/support/topic/borders-responsive-tables/#post-5146930)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * To remove then in the responsive mode as well, please change
 *     ```
       .tablepress-id-1,
       .tablepress-id-1 tr,
       .tablepress-id-1 tbody td,
       .tablepress-id-1 thead th,
       .tablepress-id-1 tfoot th {
       	border: none;
       }
       ```
   
 * to
 *     ```
       .tablepress-id-1,
       .tablepress-id-1 tr,
       .tablepress-id-1 tbody td,
       .tablepress-id-1 thead th,
       .tablepress-id-1 tfoot th {
       	border: none !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Gurravasa](https://wordpress.org/support/users/gurravasa/)
 * (@gurravasa)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/borders-responsive-tables/#post-5147152)
 * Perfect, thanks!
 * /G
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/borders-responsive-tables/#post-5147153)
 * 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 3 replies - 1 through 3 (of 3 total)

The topic ‘Borders responsive tables’ 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

 * [Borders](https://wordpress.org/support/topic-tag/borders/)
 * [Responsive Tables](https://wordpress.org/support/topic-tag/responsive-tables/)

 * 3 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/borders-responsive-tables/#post-5147153)
 * Status: resolved