Title: Border solid
Last modified: October 31, 2016

---

# Border solid

 *  Resolved [vj_dobermann](https://wordpress.org/support/users/vj_dobermann/)
 * (@vj_dobermann)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/)
 * Hi all,
 * I’m using tablepress for my website in the prices tab here : [http://www.dbr-prod.ch/sunsetmontreux](http://www.dbr-prod.ch/sunsetmontreux)(
   temporary emplacement).
    I’d like the borders to be displayed, only the bottoms,
   to have like horzontal lignes
 * How can I set that ?
 * Thanks in advance

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/#post-8376384)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Do you for example mean the “Prices” table?
    To add bottom borders there, please
   add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-1 tbody td,
       .tablepress-id-1 thead th {
       	border-bottom: 1px solid #ddd !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [vj_dobermann](https://wordpress.org/support/users/vj_dobermann/)
 * (@vj_dobermann)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/#post-8376468)
 * Hi Tobias,
 * Many thanks, it’s nearly what a want 🙂
 * Will you add an option to hide/display borders in the next update ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/#post-8376516)
 * Hi,
 * the TablePress default CSS actually contains horizontal borders for tables (you
   can see this e.g. on [https://tablepress.org/demo/](https://tablepress.org/demo/)).
   
   Unfortunately, some themes (like yours) have their own CSS code for tables, and
   sometimes remove borders with that. :-/
 * Regards,
    Tobias
 *  Thread Starter [vj_dobermann](https://wordpress.org/support/users/vj_dobermann/)
 * (@vj_dobermann)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/#post-8376543)
 * Is possible because I’have another table on the bottom main page (equipments),
   it’s a table without border. Maybe there is a conflict between them…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/border-solid/#post-8377295)
 * Hi,
 * that seems to be a regular HTML table, there should not be a conflict. It’s simply
   that some themes load their own CSS for tables.
 * Regards,
    Tobias

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

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

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