Title: Customizing header image
Last modified: August 31, 2016

---

# Customizing header image

 *  [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/)
 * Hi – i can’t seem to remove the big header image from the pages i want it removed
   on. Can you please help?

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/topic/customizing-header-image-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/customizing-header-image-1/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/customizing-header-image-1/page/4/?output_format=md)
[5](https://wordpress.org/support/topic/customizing-header-image-1/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/customizing-header-image-1/page/2/?output_format=md)

 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089723)
 * Hello Saiqua,
    The header image was designed to appear on all pages. You will
   need to use custom css codes to edit the theme.
 * Where do you require the header image removed?
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089806)
 * in all pages but the home page.
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089917)
 * hello? can someone please respond? if this is too much trouble, i ll probably
   have to use a different theme.
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089925)
 * Hello Saiqua,
    If you remove the header image, the site title and other stuff
   will also disappear. Do you want to hide only the header image or the complete
   header area?
 * Divjot
 *  [rohallah](https://wordpress.org/support/users/rohallah/)
 * (@rohallah)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089933)
 * Hello it’s so easy there are many ways to remove your header image
    1-css in `
   main.css` line `27` change the code to this
 *     ```
       #masthead {
           position: relative;
           text-align: center;
           height: 200px;
       }
       ```
   
 *  or this
 *     ```
       #masthead {
           position: relative;
           text-align: center;
           height: 200px;
           display: none;
       }
       ```
   
 * there are many ways to solve your problem
    Good luck
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089943)
 * hi @rohalla – i tried altering that code in main.css – used display: none; however,
   if i do that then the header disappears from all pages. i want it to stay on 
   the home page.
 * divjotsingh_440 – i want all the text and everything to disappear. however, i
   do need to add a small logo that stays on the rest of the pages – this shouldnt
   be too difficult right?
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089944)
 * for my case – i really like how the header image fills the space but that only
   works on the home page, for the rest it’s really a waste of space and i need 
   it removed.
 *  [rohallah](https://wordpress.org/support/users/rohallah/)
 * (@rohallah)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089945)
 * OK I’ll be back soon to help you
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089947)
 * i also don’t understand why these little changes are not taking effect. I’m adding
   a screenshot here.
 * [https://scontent-sin1-1.xx.fbcdn.net/hphotos-xtf1/v/t1.0-9/s851x315/12733652_10153581764607858_719724321406838254_n.jpg?oh=91b8efd48b91c916b310718ef547cebc&oe=5767DE8A](https://scontent-sin1-1.xx.fbcdn.net/hphotos-xtf1/v/t1.0-9/s851x315/12733652_10153581764607858_719724321406838254_n.jpg?oh=91b8efd48b91c916b310718ef547cebc&oe=5767DE8A)
 *  [rohallah](https://wordpress.org/support/users/rohallah/)
 * (@rohallah)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089949)
 * Hi
    use this style
 *     ```
       #masthead {
           position: relative;
           text-align: center;
           height: 200px;
           visibility : hidden;
       }
       ```
   
 * please try the above code and say the result
    where did you put your screenshot?
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089971)
 * Hi. This did not change anything 🙁
 * screenshots did not attach somehow. sorry about that. here is one where i simply
   changed the font size and nothing took effect:
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089972)
 * and here’s a screenshot of my function.php enqueueing just in case there’s something
   that’s wrong here that’s affecting it.
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089973)
 * screenshot of changed font size adjustment
 *  [rohallah](https://wordpress.org/support/users/rohallah/)
 * (@rohallah)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089978)
 * I ‘ll be back soon to solve you problem,Don’t worry
 *  Thread Starter [Saiqua](https://wordpress.org/support/users/saiqua/)
 * (@saiqua)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/#post-7089986)
 * thank you. meanwhile, i’m trying to study up as much as i can on my own.

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/topic/customizing-header-image-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/customizing-header-image-1/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/customizing-header-image-1/page/4/?output_format=md)
[5](https://wordpress.org/support/topic/customizing-header-image-1/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/customizing-header-image-1/page/2/?output_format=md)

The topic ‘Customizing header image’ is closed to new replies.

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

 * 61 replies
 * 3 participants
 * Last reply from: [rohallah](https://wordpress.org/support/users/rohallah/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/customizing-header-image-1/page/5/#post-7090057)
 * Status: not resolved