Title: Make header transparent
Last modified: December 3, 2019

---

# Make header transparent

 *  Resolved [Lars.Lemming](https://wordpress.org/support/users/larslemming/)
 * (@larslemming)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/make-header-transparent-2/)
 * In a one page website, I have placed a logo centrally in the header, but through
   some php I have made the header so that it disappears when people scroll.
    I 
   am however not completely satisfied yet, as there the header still show a grey
   box over a top image during the beginning of the scroll, and I think it could
   be solved by making the header transparent. Anyone know how to make the header
   transparent in the Sydney theme?

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/make-header-transparent-2/#post-12202671)
 * Hello there,
 * Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       .site-header.float-header {
           background-color: 
           transparent;
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [Lars.Lemming](https://wordpress.org/support/users/larslemming/)
 * (@larslemming)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/make-header-transparent-2/#post-12324063)
 * Thank you Kharis, this seems to solve my issue
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/make-header-transparent-2/#post-12326864)
 * Great! You’re welcome!
 * Please let us know in a new topic if you have any further questions, or if we
   can provide you with any other assistance.
 * Regards,
    Kharis

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

The topic ‘Make header transparent’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/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/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/make-header-transparent-2/#post-12326864)
 * Status: resolved