Title: Remove Outer Border
Last modified: August 15, 2019

---

# Remove Outer Border

 *  Resolved [jessiecassidy](https://wordpress.org/support/users/jessiecassidy/)
 * (@jessiecassidy)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/)
 * Hello, I am using TablePress for another of my client’s sites. This time I would
   like to remove the outside border so only the horizontal borders between rows
   remain. What is the best CSS to use for this?
 * Thanks!

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11834963)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * 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
 *  [mbgj](https://wordpress.org/support/users/mbgj/)
 * (@mbgj)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11854827)
 * I have the same issue. I need the inner border but the outer should go. The page
   is [https://www.efilecabinet.com/_pricing/](https://www.efilecabinet.com/_pricing/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11855825)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * To get rid of that outside border, please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-55 {
           border: none !important;
       }
       ```
   
 * Regards,
    Tobias
 *  [mbgj](https://wordpress.org/support/users/mbgj/)
 * (@mbgj)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11857508)
 * [@tobiasbg](https://wordpress.org/support/users/tobiasbg/) Thank you!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11857511)
 * Hi mbgj,
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘Remove Outer 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/remove-outer-border/#post-11857511)
 * Status: resolved