Hi.
Have you tried that? I’m not sure if that is what you meant, but if so…
1.
.storefront-primary-navigation {
box-shadow: 0px 6px 6px 0px #bbb;
}
2.
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
background-color: white;
}
Add both of them to CSS file in below that media query:
@media screen and (min-width: 768px)
Thank you for the reply. Both are not working. When I put them I see the letters being red. Am I doing something wrong?
An example of the shadow i want under my menu header: https://www.zalando.nl/
Zalando has a grey shadow under the menu. This site is just an example.
Well I fixed my second question using the plugin Max Mega Menu..