Okay
  Public Ticket #245539
Transparent Header
Closed

Comments

  • Krishna started the conversation

    Love your transparent header...

    How can I get the header to stay completely transparent even after the user starts to scroll?

    Thank you very much!

  • Krishna replied

    found another thread with the following css code:

    html body #header-outer[data-transparent-header="true"] { background-color: transparent!important; box-shadow: none!important; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; border-bottom: 1px solid rgba(255,255,255,0.25)!important; }

    worked great!