Title: remove borders from page
Last modified: August 21, 2016

---

# remove borders from page

 *  Resolved [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-borders-from-page/)
 * Whenever I add a table on a page, borders appear, even though I tried <table 
   border=”0″ cellspacing=”0″ cellpadding=”0″>
    How can i remove the borders?

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-borders-from-page/#post-5062240)
 *     ```
       th, td {
           border: none;
       }
       ```
   
 *  [meadwench](https://wordpress.org/support/users/meadwench/)
 * (@meadwench)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-borders-from-page/#post-5062440)
 * Yeah, I added that code to the css in the theme settings, that didn’t work. Added
   it to the child theme css file, that didn’t work either. Borders are still there……
 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-borders-from-page/#post-5062443)
 * @ meadwench
    [http://wordpress.org/support/topic/change-font-colors-6?replies=4#post-5908620](http://wordpress.org/support/topic/change-font-colors-6?replies=4#post-5908620)
 *  [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-borders-from-page/#post-5062450)
 * How does this apply to pages?

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

The topic ‘remove borders from page’ is closed to new replies.

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

 * 4 replies
 * 4 participants
 * Last reply from: [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/remove-borders-from-page/#post-5062450)
 * Status: resolved