box shadow below header

How can I create a box shadow below header similar to http://www.nnn-dev2.com/?

Hey C.Marshall,

Try out this CSS snippet. Is this what you are looking for by chance?

.fl-page-header {
    position: relative;
    box-shadow: -5px 5px 10px 5px rgba(0, 0, 0, 0.65);
    z-index:10;
}

Thanks!

KC

Nice saving that on my CSS for BB pages for when i need it.

Hey Edward,

Glad that worked for you, enjoy BB and let us know if you need anything further! :slight_smile:

Thanks!

KC