Title: Help please
Last modified: August 20, 2016

---

# Help please

 *  Resolved [ilnz](https://wordpress.org/support/users/ilnz/)
 * (@ilnz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/)
 * This might seem silly but all i want to do is get rid of the white box around
   my header image, and i cant figure out where it is in my css.
 * [http://www.theinsider.co.nz](http://www.theinsider.co.nz)
 * First website and your help would be appreciated. thanks

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

 *  [radhika](https://wordpress.org/support/users/arti-singh/)
 * (@arti-singh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/#post-3008783)
 * you have defined the header image in header.php template of your theme. Search‘#
   pagehead ‘ in header.php template:
 * >  #pagehead{
   >  background-color:transparent; border-color:transparent; background-
   > image:url(“[http://theinsider.co.nz/wp-content/uploads/2012/08/insider-12802.jpg&#8221](http://theinsider.co.nz/wp-content/uploads/2012/08/insider-12802.jpg&#8221););
   > background-position:center top; background-repeat:no-repeat; width:1200px; 
   > height:315px; }
 *  [melgomez](https://wordpress.org/support/users/melgomez/)
 * (@melgomez)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/#post-3008813)
 * locate #all in your stylesheet (style.css) and put it this way:
 *     ```
       #all {
           border: medium none !important;
           padding: 0 !important;
       }
       ```
   
 * So as to fix the differences made by the css lines above insert this one too
 *     ```
       #pagebody {
           padding: 10px;
           width: 1180px !important;
       }
       ```
   
 *  Thread Starter [ilnz](https://wordpress.org/support/users/ilnz/)
 * (@ilnz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/#post-3008887)
 * Thank you so much! that worked a treat! i know my html, but i dont know css… 
   will need to start soon i think!
 *  [melgomez](https://wordpress.org/support/users/melgomez/)
 * (@melgomez)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/#post-3008891)
 * Yeah.. you better be cool with css since you’ll be needing it in terms of theme
   customization. You’re welcome and good luck.

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

The topic ‘Help please’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [melgomez](https://wordpress.org/support/users/melgomez/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/help-please-99/#post-3008891)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
