Article sections

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

    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.

    in CSS – EffectsCSS SCSS Snippets