Title: flickering header
Last modified: March 18, 2017

---

# flickering header

 *  [gawra](https://wordpress.org/support/users/gawra/)
 * (@gawra)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/flickering-header/)
 * Hello there,
 * site header in all screen views except desktop view is flickering when scrolling
   screen down to up.
 * why its happening?
 * url- [http://samarthlawgroup.com/](http://samarthlawgroup.com/)

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/flickering-header/#post-8928265)
 * Hello there,
 * To fix it, add the following CSS code into Appearance > Customize > Additional
   CSS:
 *     ```
       @media only screen and (max-width:991px) {
   
         .site-header.float-header{
           background-color: transparent !important;
         }
   
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [gawra](https://wordpress.org/support/users/gawra/)
 * (@gawra)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/flickering-header/#post-8929699)
 * hello [@kharisblank](https://wordpress.org/support/users/kharisblank/),
 *  the screen is still flickering but yes this time without the black header color.
   how to resolve it?
    is it b’cos of header image size?
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/flickering-header/#post-8933277)
 * Hello there,
 * Please replace the code I suggested with this one:
 *     ```
       @media only screen and (max-width:991px) {
   
         .site-header.float-header{
           background-color: transparent !important;
           padding: 20px 0 !important;
         }
   
       }
       ```
   
 * Let me know how it goes.
 * Regards,
    Kharis

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

The topic ‘flickering header’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/flickering-header/#post-8933277)
 * Status: not resolved