Title: Outer border still showing
Last modified: August 30, 2016

---

# Outer border still showing

 *  Resolved [rdranson](https://wordpress.org/support/users/rdranson/)
 * (@rdranson)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/outer-border-still-showing/)
 * Hi Tobias
 * I tried some code I found in this forum to remove the outer border from my tablepress
   table, but still without luck.And here’s a link to the page:
 * [Link here](http://www.fontanelleproductions.com/print/)
 * This is what I placed in my theme Evolve Custom css box, but as you see I still
   have an outer border:
    #content .tablepress-id-1, #content .tablepress-id-1 tr,#
   content .tablepress-id-1 tbody td, #content .tablepress-id-1 thead th, #content.
   tablepress-id-1 tfoot th { border: none; }
 * Thanks in advance.
 * Alex
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6562941)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The reason for this border is some CSS by your theme that has a higher priority.
   To override that, please try again with this “Custom CSS”:
 *     ```
       .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 [rdranson](https://wordpress.org/support/users/rdranson/)
 * (@rdranson)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6563178)
 * Hi Tobias
 * The above code seems to have worked for tables 1 and 2, but when I tried similar
   code for table 4 I still had an outer and some other borders. See this [.](http://http://101.0.105.90/~fontanel/wordpress-websites/)
 * Thanks in advance.
 * Cheers
 * Alex
 *  Thread Starter [rdranson](https://wordpress.org/support/users/rdranson/)
 * (@rdranson)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6563179)
 * Actually looks like maybe you can’t see it- my site is migrating to another host.
   But you can see the same issue on the old site: [http://www.fontanelleproductions.com/wordpress-websites/](http://www.fontanelleproductions.com/wordpress-websites/)
   [](http://www.fontanelleproductions.com/wordpress-websites/)
 *  Thread Starter [rdranson](https://wordpress.org/support/users/rdranson/)
 * (@rdranson)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6563180)
 * I also tried placing the custom css into the tablepress plugin options css area,
   but some of the numbers I put in there showed in gree-so I’m thinking they weren’t
   recognised.
 * Not sure if I mentioned this before, but I’m using the Evolve theme.
 * Thanks and cheers Alex
 * P.S. I will pay you when I get paid.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6563181)
 * Hi,
 * that CSS should work fine, so that I suggest that we take another look at this
   when your site has been migrated. Otherwise, it would be just guessing what’s
   wrong.
    Can you let me know here when the site is live again?
 * And thanks for wanting to donate, I really appreciate it!
 * Regards,
    Tobias

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

The topic ‘Outer border still showing’ 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
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/outer-border-still-showing/#post-6563181)
 * Status: resolved