Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @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

    (@cerretres)

    Perfect, now the width is correct, but I want the transparency to be 75% and not totally solid.

    Thanks!

    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

    (@cerretres)

    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.