Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  Resolved [DBAZA](https://wordpress.org/support/users/bricmor/)
 * (@bricmor)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/)
 * Hi Tobias,
 * I must commend you on yuor great plugin.
 * I am having a slight problem re when I change the custom css code in plugin options
   and specify the table id relating to a specific table,it effects changes to all
   tables so whatever individual changes i make to 1 table gets carried through 
   to the others,effectively making all the other individual changes and personalisations
   cancelled out. This is related to the vertical borders I have been inserting.
 * Please advise?
 * Thanks,
 * Darryn
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040852)
 * Can you provide a link to the table that your having CSS problems with? Your 
   custom CSS may not be specific enough to only update the portions that you you
   want and a link to an example may point that out.
 *  Thread Starter [DBAZA](https://wordpress.org/support/users/bricmor/)
 * (@bricmor)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040858)
 * hi jan,thnaks for your prompt response. I am being stupid once again. I was expecting
   to see different coding personalised on a separate sheet when i open a sepaprte
   table. so i worked this problem out,but if you could assist me re : i have added
   a border to the top header row but dont want a vertical border in this row ,only
   in the rest of the table. Is there anyway I take take out the vertical line border
   without losing the entire border? this is my code:
 * .tablepress-id-13 .row-1 th {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-2 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-3 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-4 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-5 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-6 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-7 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-8 td {
    border: 1px solid #000000; }
 * .tablepress-id-13 .row-8 td {
    border: 1px solid #000000; }
 * [http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/?preview=true&preview_id=362&preview_nonce=4266efc4bf](http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/?preview=true&preview_id=362&preview_nonce=4266efc4bf)
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040859)
 * Thanks for sharing that but as that’s a unpublished post then no one except you
   can view that. 😉
 * Everyone else sees “You do not have permission to preview drafts.” when visiting
   that link.
 *  Thread Starter [DBAZA](https://wordpress.org/support/users/bricmor/)
 * (@bricmor)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040860)
 * sorry about that. try now : [http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/?preview=true&preview_id=362&preview_nonce=9c09d110f8](http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/?preview=true&preview_id=362&preview_nonce=9c09d110f8)
 *  Thread Starter [DBAZA](https://wordpress.org/support/users/bricmor/)
 * (@bricmor)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040861)
 * sorry jan,i am being so stupid – try this link: [http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/](http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/)
 *  Thread Starter [DBAZA](https://wordpress.org/support/users/bricmor/)
 * (@bricmor)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040873)
 * hi jan,i managed to sort it. thanks for the effort. a great plugin!!!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-71/#post-5040958)
 * Hi,
 * very cool that you could already solve this! And thanks to Jan for helping with
   this! I really appreciate it!
 * Note that you can really shorten the CSS code for a quicker loading time. Using
 *     ```
       .tablepress-id-123 thead th,
       .tablepress-id-123 tbody td {
       	border: 1px solid #000000;
       }
       ```
   
 * is enough for adding a border around all cells of a table (123 in this example).
 * 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 7 replies - 1 through 7 (of 7 total)

The topic ‘Custom CSS’ 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

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

 * 7 replies
 * 3 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/custom-css-71/#post-5040958)
 * Status: resolved