Title: Removing gray borders
Last modified: August 21, 2016

---

# Removing gray borders

 *  Resolved [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/)
 * Hi everyone!
 * I need to remove the grey borders surrounding the pages, from top, bottom, left
   and right, so that all the blog becomes all white. How can I do that please?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731343)
 * Do you have a section of the dashboard named, “Custom CSS” or “Edit CSS”?
 *  Thread Starter [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731344)
 * I have “editor” under “Themes”, where I can edit the stylesheet files..
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731346)
 * Install this [Custom CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin)
   and use [its section of the dashboard](http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold this CSS:
 *     ```
       #page {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
       }
       ```
   
 * **Edit**: Links amended.
 *  Thread Starter [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731349)
 * Many thanks, but…
    I’ve installed and enabled the plugin, and added your code.
   But nothing happened, the borders are still there.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731350)
 * We cannot see your issue.
 *  Thread Starter [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731351)
 * here is my blog:
    [http://my2cents.gawaher.com/](http://my2cents.gawaher.com/)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731352)
 * Add this code:
 *     ```
       body {
        background: white;
       }
       ```
   
 *  Thread Starter [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731353)
 * Great, it worked! thanks very much.
    Now can you please show me how to also remove
   the thin black line surrounding the header area?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731354)
 * Add
 *     ```
       #header {
        border: 0;
       }
       ```
   
 *  Thread Starter [sallam](https://wordpress.org/support/users/sallam/)
 * (@sallam)
 * [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731355)
 * Thank you so very much. That is exactly what I wanted.
    I cannot thank you enough
   for your prompt help.

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

The topic ‘Removing gray borders’ is closed to new replies.

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

## Tags

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

 * 10 replies
 * 2 participants
 * Last reply from: [sallam](https://wordpress.org/support/users/sallam/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/removing-gray-borders/#post-3731355)
 * Status: resolved