Nav: remove shadow from bottom

Perhaps I’m overlooking something obvious, but is there a way to remove the shadow from the bottom of Source’s Nav stack?!

screen shot_202066_72640_405

1 Like

Hi @brijazz - The shadow is only there if a fixed menu is chosen as it tends to look best with it in that situation. There isn’t a setting to turn it off but you can fix it for your project by adding this little snippet of CSS to the page: .nav-wrap{box-shadow: none !important;}

1 Like