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

---

# Remove header image

 *  [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/)
 * I’ve noticed that the header image doesn’t automatically vanish and just display
   the text version when viewing the Evolve template on a cell phone.
 * How can it be done using script?

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071158)
 * Hi,
 * Please post your website URL.
 * Thank you
 *  Thread Starter [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071216)
 * leveneforcongress.com
 * Thank you for your help.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071271)
 * Hi,
 * I am not sure of your request.
 * If you want to remove the header in mobile view, such as iPhone.
    You can use
   the following in your Theme Options -> Custom CSS
 *     ```
       @media screen and (max-width:768px){
       .header {
           display: none !important;
       }
       }
       ```
   
 * Thank you.
 *  Thread Starter [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071293)
 * This works well for removing the graphic from cell phones, but it doesn’t replace
   it with the standard text alternative.
 * I suspect that this line needs to be changed to show the standard text?
 * display: none !important;
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071308)
 * Hi,
 * I do not understand what you mean by standard text alternative.
 *  Thread Starter [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071333)
 * Rather than have a jpg display, I’d like to just show the website general settings
   two lines of tex and no image when viewed with a tablet and smaller screen –
 * Settings|General| Site Title and Tabline.
 *  Thread Starter [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071334)
 * Tagline
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071345)
 * You will need to find the code that’s producing the header image and replace 
   with this code.
 * [https://developer.wordpress.org/reference/functions/bloginfo/#div-comment-516](https://developer.wordpress.org/reference/functions/bloginfo/#div-comment-516)
 *  Thread Starter [alevene](https://wordpress.org/support/users/alevene/)
 * (@alevene)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071364)
 * Thanks.

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

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

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

## Tags

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

 * 9 replies
 * 2 participants
 * Last reply from: [alevene](https://wordpress.org/support/users/alevene/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-header-image-4/#post-7071364)
 * Status: not resolved