Title: [Plugin: TablePress] Border funkction doesn&#039;t work
Last modified: August 31, 2016

---

# [Plugin: TablePress] Border funkction doesn't work

 *  [niedamm](https://wordpress.org/support/users/niedamm/)
 * (@niedamm)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-tablepress-border-funkction-doesnt-work/)
 * Hi.
    After instalation wordpress 4.5 table looks that:
 * [SITE](http://interbin.nazwa.pl/new_site_www/)
 * Like you see, there is no left border.
    When i use function [no border]:
 *     ```
       .tablepress-id-1,
       .tablepress-id-1 tr,
       .tablepress-id-1 tbody td,
       .tablepress-id-1 thead th,
       .tablepress-id-1 tfoot th {
       	border: none;
       }
       ```
   
 * nothing happend, no reaction.

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

 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-tablepress-border-funkction-doesnt-work/#post-7275902)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * To add the left border again, please add this “Custom CSS”:
 *     ```
       .tablepress tr td {
           border-left: 1px solid #ddd;
       }
       ```
   
 * Or do you want to remove all borders? Then please try
 *     ```
       .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 [niedamm](https://wordpress.org/support/users/niedamm/)
 * (@niedamm)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-tablepress-border-funkction-doesnt-work/#post-7275906)
 * Thanks for answer. It work correctly.
 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-tablepress-border-funkction-doesnt-work/#post-7276085)
 * 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 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: TablePress] Border funkction doesn't work’ is closed to new 
replies.

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-tablepress-border-funkction-doesnt-work/#post-7276085)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
