Title: Horizontal border
Last modified: August 21, 2016

---

# Horizontal border

 *  Resolved [mathijsbok](https://wordpress.org/support/users/mathijsbok/)
 * (@mathijsbok)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/)
 * Hello Tobias,
 * Is it possible to get only horizontal border ?? Or only all the borders with :
 *     ```
       .tablepress,
       .tablepress tr,
       .tablepress tbody td,
       .tablepress thead th,
       .tablepress tfoot th {
       	border: 1px solid #000000;
       }
       ```
   
 * and is there a code to get some cells together, so with table reloaded wit colspan??
 * [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)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/#post-5059094)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Horizontal borders are the default, but to forcefully re-add them, something 
   like
 *     ```
       .tablepress tbody td {
       	border-bottom: 1px solid #000000 !important;
       }
       ```
   
 * should be sufficient.
 * To merge cells with “colspan”, you can use the “colspan” button below the table
   input fields on the “Edit” screen. Doing this with CSS is not possible in HTML.
 * Regards,
    Tobias
 *  Thread Starter [mathijsbok](https://wordpress.org/support/users/mathijsbok/)
 * (@mathijsbok)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/#post-5059151)
 * Many thankx. That works perfectly.
 * Maybe you know an other solution for my next problem. It’s not really a problem,
   but with the transfer the old css class wp-table-reloaded-games is still in the
   field. And it must be tablepress-games. But to do that with hand by all the tables
   is a lot of work.
 * Is there a easier way for it to get aal the css classes with the prefix tablepress-
   x
    instead wp-table-reloaded-x
 * I have also differents css classes.
 * Regards,
    Mathijs
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/#post-5059152)
 * Hi,
 * good to hear that this worked!
 * So, you still have “wp-table-reloaded-games” as an “Extra CSS class” on the “
   Edit” screen of the table? Then just keep using that in the “Custom CSS” as well.
   The actuall CSS classes don’t matter.
    (TablePress might have changed “wp-table-
   reloaded-games” to “tablepress-games” automatically, but you can simply change
   that back manually in the “Custom CSS”.) Otherwise, you’ll have to change that
   manually, I can’t think of a quick way to do this automatically at the moment
   🙁
 * Regards,
    Tobias
 *  Thread Starter [mathijsbok](https://wordpress.org/support/users/mathijsbok/)
 * (@mathijsbok)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/#post-5059154)
 * Haha, perfect.
 * I added the old CSS text, and it’s now 100%. I’m glad the migration gone smooth.
 * Many thankx.
 * Mathijs
    (from The Netherlands)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/horizontal-border/#post-5059164)
 * 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 ‘Horizontal 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/)

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