Hi there,
I’m trying to add a shadow to the Burger icon in my nav bar. I don’t want a box shadow around the box, I want it behind the elements of the icon.
This CSS works but only for 1 line of the burger:
.x-toggle-burger {
box-shadow:2px 2px 2px #000!important;
}

What CSS do I need to use to add drop shadow to the whole burger?
