Hi there
Header Style / Minimal with Drop Shadow (no borders) is by default:
box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
How can I customize the size / opacity of the shadow?
I did with
.av_minimal_header_shadow {
box-shadow: 0 0 12px 6px rgba(0,0,0,0.3) !important;
}
but then I get a border also in #top transparent Sticky Header whereI don’t need it. I need the shadow after scrolling down only:
Any ideas?
Hi Stephan,
Please try this CSS:
header.av_minimal_header_shadow {
box-shadow: 0 0 12px 6px rgba(0,0,0,0.3);
}
header.av_header_transparency {
box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
Best regards,
Rikard
Perfect!
thanks
;-)
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Thanks, all fine. There was one !important too much ;-)
Topic closed
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon