Comments Krishna started the conversationJuly 11, 2014 at 11:49amLove 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 repliedJuly 11, 2014 at 11:59amfound 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! Sign in to reply ...
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!
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!