Title: Header pattern disappeared
Last modified: August 30, 2016

---

# Header pattern disappeared

 *  [Darkseal](https://wordpress.org/support/users/neilgaiman/)
 * (@neilgaiman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/header-pattern-disappeared/)
 * Hello,
 * I just upgraded to 4.3.4 from 4.3.3 and I noticed that the header pattern disappeared.
   It appears that it’s only linked to the admin-ajax.css file (which gets loaded
   even in non-admin pages, btw):
 *     ```
       .header, .footer {
           background-image: url("pattern_8.png");
       }
       ```
   
 * Quick’n’ dirty fix for those also affected by that same issue (place it in the
   custom CSS box / style.css / child theme css depending on your setup):
 *     ```
       /* 4.3.4 bugfix - force pattern loading */
       .header, .footer {
           background-image: url(../evolve/library/media/images/pattern/pattern_8.png) !important;
       }
       ```
   

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

 *  [actinblack](https://wordpress.org/support/users/actinblack/)
 * (@actinblack)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/header-pattern-disappeared/#post-6526708)
 * Your website?
 *  Thread Starter [Darkseal](https://wordpress.org/support/users/neilgaiman/)
 * (@neilgaiman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/header-pattern-disappeared/#post-6526709)
 * Not public yet 🙁 But I can assure you it was working until the upgrade I just
   made.

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

The topic ‘Header pattern disappeared’ 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

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

 * 2 replies
 * 2 participants
 * Last reply from: [Darkseal](https://wordpress.org/support/users/neilgaiman/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/header-pattern-disappeared/#post-6526709)
 * Status: not resolved