Hi
is it possible to have the header shadow only in the shrinked version after scrolling?
But without using transparent header.
Hey Sebastian,
If you have the shrinking header applied then you can add shadow to the header when the class header-scrolled is added.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header.av_minimal_header_shadow.header-scrolled {
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
#header.av_minimal_header_shadow {
box-shadow: none;
}
If this doesn’t work for you then we will need to see your page.
Best regards,
Mike
No, it seems not to work
Hi,
I see it, before scroll none:
after scroll it shows:
if you had something different in mind, please upload a mockup demonstrating what you would like to see so we can understand better
Best regards,
Mike
Yes, you’re irght .. after empty the browser cache it appears like expected.
Thanks you for help.
We can close this ticket.