Hi.. i cant find a solution to my problem.
I want my header style with a shadow, which apears when you scroll the header.
In the config page it is not possbile to select a version like that: header transparence, indicator and shadow (apearing when scroll).
Hey carvo,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Thanks for that, did you try the transparent & glassy header option?
Best regards,
Rikard
Hmm i think you dont understand my problem.
i want to know how i can add an shadow to my header.
I dont want to use another header config style to do that, because oft the fact that it is not possvile to activate the indicator at the same time.
Best regards
carsten
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#header {
box-shadow: 2px 2px 2px #000;
}
Best regards,
Rikard
Thx, but I want the shadow to appear only when begin to scroll
Hi carvo,
Please try the code like this:
#header.header-scrolled {
box-shadow: 2px 2px 2px #000;
}
Best regards,
Victoria
Thx! Great it worx!