Title: Border
Last modified: October 30, 2019

---

# Border

 *  Resolved [robertwein](https://wordpress.org/support/users/robertwein/)
 * (@robertwein)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/border-26/)
 * I’ve modified the options page, and thought that I’d stated that this table shouldn’t
   get any borders – but it’s on the top. This is the code – what did I mess up?
   Thank you!
 * .tablepress-id-40,
    .tablepress-id-40 tbody td, .tablepress-id-40 tbody th, .
   tablepress-id-40 th { border: none !important; border-top: none !important; border-
   left: none !important; border-right: none !important; border-bottom: none !important;}
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fborder-26%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/border-26/#post-12079730)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Please extend this to
 *     ```
       .tablepress-id-40,
       .tablepress-id-40 tr,
       .tablepress-id-40 tbody td,
       .tablepress-id-40 tbody th,
       .tablepress-id-40 th {
         border: none !important;
         border-top: none !important;
         border-left: none !important;
         border-right: none !important;
         border-bottom: none !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [robertwein](https://wordpress.org/support/users/robertwein/)
 * (@robertwein)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/border-26/#post-12079754)
 * Aha, I see – I didn’t include this line – thank you!
 * .tablepress-id-40 tr,
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/border-26/#post-12079812)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

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

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