Can I get some CSS code for this on desktop and mobile view? thanks
Hey bemodesign,
I’m not sure what you are trying to achieve, please link to your site and a mockup of what you would like to see.
Best regards,
Mike
I need a Drop Shadow on the sticky menu Only when people scroll. So no drop shadow when its just sitting there or first opens. Because the main page looks great now, without a drop shadow, but needs it after people start scrolling. Thanks!
Hi,
I think you mean box-shadow, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header:not(.av_header_transparency) #header_main {
-moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Feel free to adjust to suit.
Best regards,
Mike
Yes! Thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike