Title: Does not keep header changes
Last modified: September 29, 2022

---

# Does not keep header changes

 *  Resolved [cerretres](https://wordpress.org/support/users/cerretres/)
 * (@cerretres)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/)
 * Good morning, I am trying to change the height of the header and decrease its
   opacity, when I have it changed, I save and refresh the page, the changes are
   not saved.
 * [https://drive.google.com/file/d/1Icv-9Qv12dP244cCIIVZ3R_2f9XjPhYR/view?usp=sharing](https://drive.google.com/file/d/1Icv-9Qv12dP244cCIIVZ3R_2f9XjPhYR/view?usp=sharing)
   
   [https://drive.google.com/file/d/1wGKgcSsHDKt15bFb7XoeDO-cNAFKXyjf/view?usp=sharing](https://drive.google.com/file/d/1wGKgcSsHDKt15bFb7XoeDO-cNAFKXyjf/view?usp=sharing)
   [https://drive.google.com/file/d/1BAQRCoK72f0oG8vciIkoz95kLjLQtcAe/view?usp=sharing](https://drive.google.com/file/d/1BAQRCoK72f0oG8vciIkoz95kLjLQtcAe/view?usp=sharing)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdoes-not-keep-header-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/#post-16060555)
 * Hi [@cerretres](https://wordpress.org/support/users/cerretres/),
 * I am sorry for the trouble.
 * To manually apply the setting for header padding, try adding this CSS code to**
   Appearance** > **Customize** > **Additional CSS** from dashboard.
 *     ```
       #masthead > .container {
         padding-top: 60px;
         padding-bottom: 60px;
       }
       ```
   
 *  Thread Starter [cerretres](https://wordpress.org/support/users/cerretres/)
 * (@cerretres)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/#post-16067702)
 * Perfect, now the width is correct, but I want the transparency to be 75% and 
   not totally solid.
 * Thanks!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/#post-16068245)
 * You’re welcome!
 * > _but I want the transparency to be 75% and not totally solid. _
 * Try adding this CSS code:
 *     ```
       .sticky-active .main-header.sticky-active {
         background-color: rgba(255, 255, 255, 0.75);
       }
       ```
   
 *  Thread Starter [cerretres](https://wordpress.org/support/users/cerretres/)
 * (@cerretres)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/#post-16068355)
 * Yes! It works! Thank youuu!

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

The topic ‘Does not keep header changes’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [cerretres](https://wordpress.org/support/users/cerretres/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/does-not-keep-header-changes/#post-16068355)
 * Status: resolved