Title: Grey borders
Last modified: August 30, 2016

---

# Grey borders

 *  [merlinbiz](https://wordpress.org/support/users/merlinbiz/)
 * (@merlinbiz)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/grey-borders/)
 * Hi. I was just wondering if there was a way I could remove the borders that surround
   the header image & side bar etc…
 * I suppose thinking about it I could delve i & change colour to white, that would
   do it.
 * But you have a simple code to input in my child theme then fantastic.
 * Thankyou in advance,
    Richard

Viewing 1 replies (of 1 total)

 *  Theme Author [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/grey-borders/#post-6802682)
 * To remove the border around the header image add the following to your child 
   theme
 *     ```
       .header-image {
           border: none;
           padding: 0;
       }
       ```
   
 * The borders around the sidebar items are added by Bootstrap. You can remove them
   by removing the panel-default class in the widget section of functions. Alternatively
   you should be able to use CSS to remove the border, this should do it.
 *     ```
       #secondary .panel-default,
       #secondary .panel {
            border: none;
            box-shadow: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Grey borders’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bootville-lite/1.6/screenshot.
   png)
 * Bootville Lite
 * [Support Threads](https://wordpress.org/support/theme/bootville-lite/)
 * [Active Topics](https://wordpress.org/support/theme/bootville-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bootville-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bootville-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [zeaks](https://wordpress.org/support/users/zeaks/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/grey-borders/#post-6802682)
 * Status: not resolved