Title: Table Lines
Last modified: August 21, 2016

---

# Table Lines

 *  [Bobby Allen Roach](https://wordpress.org/support/users/bobbyroachphoto/)
 * (@bobbyroachphoto)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/table-lines/)
 * I cannot get the white lines in my table on the following page to disappear. 
   I have tried editing the CSS and changing the table HTML5 settings. Any ideas?
 * [http://www.bobbyroach.com/testimonials/](http://www.bobbyroach.com/testimonials/)

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

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/table-lines/#post-4844955)
 * Make sure you’re using a child theme or some sort of plugin that allows you to
   add CSS without editing core theme files. With that setup in place, the following
   CSS will remove the borders:
 *     ```
       article table td {
           border: none;
       }
       ```
   
 * When I looked at your stylesheet, it looks like you may be using some type of
   caching plugin. If that’s the case, you won’t see your changes as soon as you
   make them. You’ve have to clear all your caches first. Let me know if it works
   for you.
 *  Thread Starter [Bobby Allen Roach](https://wordpress.org/support/users/bobbyroachphoto/)
 * (@bobbyroachphoto)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/table-lines/#post-4844956)
 * You are MAGNIFICENT!! That worked perfectly–thank you so much!
 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/table-lines/#post-4844992)
 * No problem. 🙂

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

The topic ‘Table Lines’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifteen/2.1.9/screenshot.png)
 * Fifteen
 * [Support Threads](https://wordpress.org/support/theme/fifteen/)
 * [Active Topics](https://wordpress.org/support/theme/fifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifteen/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/table-lines/#post-4844992)
 * Status: not resolved