Tagged: scrolled header, transparent header
Dear Kriesi / Enfold support team,
I would like to have a small line /header bottom border that is ONLY displayed once the user stars to scroll the page.
something like this
#header {
border-bottom: none;
}
plus a code that puts in a header bottom line once scrolled, and is removed once the user scrolls back to the top of the page ( transparent header)
#header_scrolled {
border-bottom: 1px solid #7da1c4;
}
Im pretty sure my code doesnt work, can you help me make it work?
best regards
Hey marketingnr1,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
hello victoria,
Ive attached the link as private content.
thank you very much
Hi marketingnr1,
Thank you, can you disable caching and minification for now?
Best regards,
Victoria
hello victoria,
it was and still is disabled for the site.
Hi marketingnr1,
Can you try adding this css code:
#header {
border-bottom: 1px solid #7da1c4 !important;
}
#header.av_header_transparency {
border: none !important;
}
Best regards,
Nikko