Title: Remove borders around table cells
Last modified: August 30, 2016

---

# Remove borders around table cells

 *  Resolved [bbrydsoe](https://wordpress.org/support/users/bbrydsoe/)
 * (@bbrydsoe)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-borders-around-table-cells/)
 * I have created a table, but I don’t want any borders at all around it. Even when
   I use
 * <table borders=”0″>
    <td borders=”0″>
 * I still get some of the borders, as faint lines between the rows. Trying to do
   it as
 * <table style=”borders: 0 none;”>
 * also doesn’t help.
 * Any suggestions? I am assuming the stylesheet somehow overrides anything I do?

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

 *  Theme Author [galussothemes](https://wordpress.org/support/users/galussothemes/)
 * (@galussothemes)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-borders-around-table-cells/#post-6789762)
 * Hi bbrydsoe,
 * Go to ‘Appearance’ > ‘Editor’, select `custom-style.css` file, paste the following
   code and clic on ‘Update file’ button.
 *     ```
       .entry-content td {
           border:none;
       }
       ```
   
 * Regards.
 *  Thread Starter [bbrydsoe](https://wordpress.org/support/users/bbrydsoe/)
 * (@bbrydsoe)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-borders-around-table-cells/#post-6789782)
 * That worked! Thank you!

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

The topic ‘Remove borders around table cells’ is closed to new replies.

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

## Tags

 * [Borders](https://wordpress.org/support/topic-tag/borders/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)
 * [tables](https://wordpress.org/support/topic-tag/tables/)

 * 2 replies
 * 2 participants
 * Last reply from: [bbrydsoe](https://wordpress.org/support/users/bbrydsoe/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/remove-borders-around-table-cells/#post-6789782)
 * Status: resolved