Title: Borders
Last modified: August 21, 2016

---

# Borders

 *  Resolved [lesliel01](https://wordpress.org/support/users/lesliel01/)
 * (@lesliel01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/)
 * When I insert code for [paypal](http://bellairehighschoolalumni.org/wp/donations/)
   or any other table, a border shows up. How do I delete the border? This also 
   happens when I use the Participants Database plugin. I am using the Yoko theme.

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948886)
 * Have you tried:
 * -deactivating ALL plugins temporarily to see if this resolves the problem. If
   this works, re-activate them individually (one-by-one) to find the problematic
   plugin(s). If you can’t get into your admin dashboard, try deactivating via FTP
   or SFTP or whatever file management application your host provides. If applicible,
   also remember to deactivate any plugins in the mu-plugins folder. The easiest
   way is to rename that folder to mu-plugins-old.
    – To rule out any theme-specific
   issue, try switching to the unedited default theme for a moment using the WP 
   dashboard. If you don’t have access to your admin area, you can switch to the
   default theme by renaming your current theme’s folder in wp-content/themes and
   adding “-old” to the end of the folder name using via FTP or SFTP or whatever
   file management application your host provides. – [resetting the plugins folder ](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause
   problems (because the hooks remain unless plugins completely removed or some 
   plugins stick around in cached files. So by renaming the folder, you break them
   and force them inactive).
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948888)
 * Isn’t it just a style inherited with your particular theme?
 *  Thread Starter [lesliel01](https://wordpress.org/support/users/lesliel01/)
 * (@lesliel01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948943)
 * I do believe it is just a style inherited by the theme, but I am not so sure 
   how to revise. Thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948959)
 * Install this [Custom CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin/),
   then use [its section of the dashboard](http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 *     ```
       #content table tr td {
        border: 0;
       }
       ```
   
 *  Thread Starter [lesliel01](https://wordpress.org/support/users/lesliel01/)
 * (@lesliel01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948995)
 * Thank you. This worked for the left and right lines, but not top and bottom. 
   It only took away the right line of the participants database table.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3948997)
 * Oops, amend that code to this:
 *     ```
       #content table tr,
       #content table tr td {
        border: 0;
       }
       ```
   
 *  Thread Starter [lesliel01](https://wordpress.org/support/users/lesliel01/)
 * (@lesliel01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3949003)
 * Perfect! Thank you!!!
 *  Thread Starter [lesliel01](https://wordpress.org/support/users/lesliel01/)
 * (@lesliel01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3949010)
 * This actually works on Safari, but still shows the table on Chrome. Any thoughts?
   Thanks!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3949023)
 * Did you clear your browser’s cache?

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

The topic ‘Borders’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/borders-9/#post-3949023)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
