Title: Remove All Borders
Last modified: November 29, 2018

---

# Remove All Borders

 *  Resolved [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-all-borders/)
 * Hi
    Need some help, how to remove ALL the borders
 * I have tried:
 * .tablepress {
    border: none }
 * I have seen this solution, but i cant get it to work (how “five” times..??
 * (use .tablepress as the first part of the selector (five times) to remove the
   border from all TablePress tables at once).
 * Best Regards
    Denmark

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-all-borders/#post-10930002)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The borders are also around the cells, so that you will have to remove them from
   there as well. Please try the CSS from [https://tablepress.org/faq/remove-borders-from-a-table/](https://tablepress.org/faq/remove-borders-from-a-table/)
 * If the CSS code from that FAQ entry does not yet work, please change the
 *     ```
       border: none;
       ```
   
 * to
 *     ```
       border: none !important;
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Remove All Borders’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/remove-all-borders/#post-10930002)
 * Status: resolved