Here is a small snippet to delete the shadow of your menu.

Just like this: Hover me

 

add the following css in the “advanced customization” section of your editor:

.layout.l1 .tabs {
box-shadow: none;
}

You can apply that modification for layouts 2 and 10.

Just change “.l1” to “.l2” or “.l10” or both.