Title: [Plugin: WP-Table Reloaded] Borders
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Borders

 *  Resolved [trevalyan](https://wordpress.org/support/users/trevalyan/)
 * (@trevalyan)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/)
 * Hi Tobias,
 * ich nutze seit heut morgen Dein wunderbares Plugin, verzweifle aber an den Boders.
   Ich hab mir schon meine Css angesehen aber dort find ichs einfach nicht. Auch
   die Snipets aus anderen Foren funktionieren leider nicht bei mir.
 * Das ist die Seite auf der ich Dein Pugin einsetze:
 * [http://www.sfe.co.at/bluechip/](http://www.sfe.co.at/bluechip/)
 * Im unteren Bereich rechts.
 * Kannst Du mir helfen ?
 * Danke und Gruße aus Wien
    Stefan
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814452)
 * Hi Stefan,
 * I’ll answer in English, as this is a policy here in the forums. I hope that’s
   ok for you.
 * As weird as it may sound, the gray border you are seeing is the background color
   of the table “shining” through. To remove it, just change the background color
   to white on these tables, with this CSS code, which needs to be entered into 
   the “Custom CSS” textarea on the “Plugin Options” screen:
 *     ```
       .wp-table-reloaded-id-123 {
         background-color: #ffffff !important;
       }
       ```
   
 * (Adjust the ID as necessary.)
 * Regards,
    Tobias
 *  Thread Starter [trevalyan](https://wordpress.org/support/users/trevalyan/)
 * (@trevalyan)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814460)
 * Hi Tobias,
 * thank u very much for your quick reply.
 * Unfortunately it doesn´t work.
 * I entered the code but it´s still shining.
 * But, i didn´t change the id, because i don´t now what that is 🙁
    The id is the
   title of the post ?
 * I am still learning.
 * F.e. i change the width of the column with that:
 * .wp-table-reloaded .column-1 {
    width: 55px; } and this is working.
 * Strange !?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814469)
 * Hi,
 * without changing the ID, this won’t work of course 🙂
    The ID is the number that
   each table has, its “identifier”. It is the number that you are using in the 
   Shortcode to add that table to a page or post. For your tables, the IDs are 5,
   6, 7 and 8.
 * Now, as you are already doing this with the column width, we can also do this
   for the background color: If you leave out the “-id-123” part in the CSS code,
   the command will apply to all tables on your site at the same time. (So, you 
   might have to be careful with this in the future, if you add further tables somewhere,
   which have a different structure.)
    To do that, just use
 *     ```
       .wp-table-reloaded {
         background-color: #ffffff !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [trevalyan](https://wordpress.org/support/users/trevalyan/)
 * (@trevalyan)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814472)
 * TADAA !
 * It´s working ! And i learned something !
 * Thank u very much and best from vienna,
    Stefan
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814499)
 * Hi Stefan,
 * no problem, you are very welcome! 🙂
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Borders’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-borders-1/#post-2814499)
 * Status: resolved