Title: Removing only vertical lines
Last modified: September 1, 2016

---

# Removing only vertical lines

 *  Resolved [mberdusco](https://wordpress.org/support/users/mberdusco/)
 * (@mberdusco)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/)
 * Hi there,
 * Just wondering if it’s possible just to remove the vertical lines in my table?
   I’d like to keep the horizontal lines if possible.
 * Thanks!
 * [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)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695866)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Yes, that should only require some CSS. As TablePress does not use vertical lines,
   they must be coming from your theme though. To find out more, 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
 *  Thread Starter [mberdusco](https://wordpress.org/support/users/mberdusco/)
 * (@mberdusco)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695870)
 * Hi Tobias,
 * Thanks for getting back to me!
 * Here’s the link to the page: [https://whipcord.com/lethbridge/](https://whipcord.com/lethbridge/)(
   table is at the bottom)
 * Thanks 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695876)
 * Hi,
 * thanks for the link! To remove those vertical borders, please add this to the“
   Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .post .tablepress tbody td,
       .post .tablepress thead th {
       	border-left: none;
       	border-right: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [mberdusco](https://wordpress.org/support/users/mberdusco/)
 * (@mberdusco)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695877)
 * That worked! Thanks for your help!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695882)
 * 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](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Removing only vertical lines’ 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/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/removing-only-vertical-lines/#post-7695882)
 * Status: resolved