Title: Removing Table Gridlines
Last modified: August 20, 2016

---

# Removing Table Gridlines

 *  Resolved [rwking](https://wordpress.org/support/users/rwking/)
 * (@rwking)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/removing-table-gridlines/)
 * I feel like this question has been exhausted, but I did an extensive search and
   could not find an answer that will work for me. I don’t know much about CSS and
   our organization recently had a design firm create our theme, so I’m not sure
   I feel comfortable editing it. I’m looking for a simple way to remove these grid
   lines at the top of the page. [http://www.acpu.net](http://www.acpu.net) Any 
   suggestions? Thanks so much for your time!

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

 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/removing-table-gridlines/#post-2526831)
 * Hi,
 * Log in to your site as an admin, and navigate to **Dashboard –> Appearance –>
   Edit**. You should see the contents of the theme’s stylesheet (style.css) in 
   the text box (if not, just select the ‘Stylesheet (styles.css)’ link on the right
   hand side).
 * Scroll to the end of the text and add the following as the very last things in
   the file:
 *     ```
       .entry-content table {
         border: none;
       }
   
       .entry-content table td {
         border: none;
       }
       ```
   
 * Now make sure you click on the ‘Update File’ button, and that the new rules are
   saved.
 * Now visit your site. The borders should now have gone (although you may have 
   to refresh the page in your browser first).
 * HTH
 * PAE
 *  Thread Starter [rwking](https://wordpress.org/support/users/rwking/)
 * (@rwking)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/removing-table-gridlines/#post-2526851)
 * This worked splendidly! Thank you so much for your thorough instructions. I really
   appreciate the help! 🙂
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/removing-table-gridlines/#post-2526864)
 * De nada.
 * PAE

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

The topic ‘Removing Table Gridlines’ is closed to new replies.

## Tags

 * [grid](https://wordpress.org/support/topic-tag/grid/)
 * [lines](https://wordpress.org/support/topic-tag/lines/)
 * [tables](https://wordpress.org/support/topic-tag/tables/)

 * 3 replies
 * 2 participants
 * Last reply from: [peredur](https://wordpress.org/support/users/peredur/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/removing-table-gridlines/#post-2526864)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
